<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lang .listelt li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
#lang .eltCss {color: #ccc;transition: 0.2s;}
#lang .eletSelected {
    color: #3d3d3d;
    transition: 0.2s;
}
#lang .listelt a:hover {
    color: #169d97;
    text-decoration: none;
    transition: 0.2s;
}
#lang .listelt {white-space: nowrap;}

</pre></body></html>