<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.OnlineCounter {
    color: #444444;
    line-height: 20px;
    margin-top: 10px;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    color: #222;
    font: 13px/22px arial;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    background: #fd3636 none repeat scroll 0 0;
    height: 28px;
    text-transform: uppercase;
    width: 100%;
}
.OnlineCounter .Header &gt; span {
    color: #fff;
    font: bold 13px/28px arial;
    padding-left: 10px;
}
</pre></body></html>