#lang-selector {
 font-size: 10px;
 text-align: right;
 font-family: Verdana, sans-serif;
 white-space: nowrap;
 padding-bottom: 1em;
 color: #CCC;
}

a.lang-current,
a.lang-current:visited{
color: #CCC;
text-decoration: none;
}

a.lang-current:hover{
color: #ff3300;
}

a.lang-other,
a.lang-other:visited{
color: #180F5B;
text-decoration: none;
}

a.lang-other:hover{
color: #ff3300;
}


@media print {
 #lang-selector {
     display: none;
 }
}


