<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.languagemenu{
    width: 125px;
}
.languagemenu .current{
    text-align: center;
}
.languageitems{
    display: none;
    position: absolute;
    background-color: #043861;
    z-index: 99999;
}
.languageitems li {
    display: block !important;
    margin-top: 20px !important;
    margin-left: 20px;
    margin-bottom: 10px;
}</pre></body></html>