<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(30,115,190,0.07);
}
.wf-td #lang_sel,
.wf-td #lang_sel_click {
  background-color: rgba(68,68,68,0.07);
}
.text-near-menu #lang_sel,
.text-near-menu #lang_sel_click {
  background-color: rgba(58,58,58,0.07);
}
#lang_sel:hover,
#lang_sel_click:hover {
  background-color: rgba(214,214,214,0.97);
  -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: rgba(214,214,214,0.97);
  -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: #1e73be;
}
.wf-td #lang_sel a,
.wf-td #lang_sel_click a,
.wf-td #lang_sel_list a {
  color: #444444;
}
.text-near-menu #lang_sel a,
.text-near-menu #lang_sel_click a,
.text-near-menu #lang_sel_list a {
  color: #3a3a3a;
}
#lang_sel:hover a,
#lang_sel_click:hover a {
  color: #1e73be;
}
#lang_sel:hover a:hover,
#lang_sel_click:hover a:hover {
  color: #1e73be;
  background-color: rgba(30,115,190,0.07);
}
.text-near-logo #lang_sel:hover a *,
.text-near-logo #lang_sel_click:hover a * {
  color: #1e73be !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: #1e73be !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>