.OnlineCounter .Header {
        background: url("images/logo.png") no-repeat scroll 8px 1px, url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 5px 5px 0 0;
        height: 26px;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 5px 5px 0 0;
}
.OnlineCounter .Header span{
        color: #000000;
        font: bold 10pt/26px arial;
        padding-left: 32px;
}
.OnlineCounter {
        color: #444444;
        line-height: 20px;
        margin-bottom: 10px;
}
div.OnlineCounter ul {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 10px;
        width: 100%;
        border-color: #ddd;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        padding-top: 5px;
        border-top: 0;
}
.OnlineCounter ul span:first-child {
        display: inline-block;
        padding: 0;
}
div.OnlineCounter ul li{
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        font-size: 14px;
        background: url(images/statictis.png) no-repeat left;
        padding-left: 0;
        background-size: 28px;
        padding-top: 5px;
}
div.OnlineCounter ul li+li{
        padding-top: 5px;
        border-top: 1px dashed #ccc;
}
.OnlineCounter .MultiRow .OnlineContainer > li>span:nth-child(1) {
        flex: 1;
}
@media only screen and (max-width: 768px){
        div.OnlineCounter {
                padding: 0 5px;
                margin-bottom: 5px;
        width: 100vw;
}
}
