<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lang_sel,
#lang_sel_click {
  background-color: rgba(39,112,0,0.07);
}
.wf-td #lang_sel,
.wf-td #lang_sel_click {
  background-color: rgba(255,255,255,0.07);
}
.text-near-menu #lang_sel,
.text-near-menu #lang_sel_click {
  background-color: rgba(55,58,65,0.07);
}
#lang_sel:hover,
#lang_sel_click:hover {
  background-color: #ffffff;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#lang_sel li &gt; ul,
#lang_sel_click li &gt; ul {
  background-color: #ffffff;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#header #lang_sel_list {
  vertical-align: middle;
}
#lang_sel a,
#lang_sel_click a,
#lang_sel_list a {
  color: #277000;
}
.wf-td #lang_sel a,
.wf-td #lang_sel_click a,
.wf-td #lang_sel_list a {
  color: #ffffff;
}
.text-near-menu #lang_sel a,
.text-near-menu #lang_sel_click a,
.text-near-menu #lang_sel_list a {
  color: #373a41;
}
#lang_sel:hover a,
#lang_sel_click:hover a {
  color: #969798;
}
#lang_sel:hover a:hover,
#lang_sel_click:hover a:hover {
  color: #166800;
  background-color: rgba(150,151,152,0.07);
}
.text-near-logo #lang_sel:hover a *,
.text-near-logo #lang_sel_click:hover a * {
  color: #969798 !important;
}
.text-near-logo #lang_sel:hover a:hover,
.text-near-logo #lang_sel_click:hover a:hover,
.text-near-logo #lang_sel:hover a:hover *,
.text-near-logo #lang_sel_click:hover a:hover * {
  color: #166800 !important;
}
#lang_sel a:first-child,
#lang_sel_click a:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#lang_sel a:last-child,
#lang_sel_click a:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
</pre></body></html>