.OnlineCounter .MultiRow .Header {
        background: rgb(255 128 0) url(images/logo.png) no-repeat scroll left 10px center;
        height: auto;
        padding: 0;
}
.OnlineCounter {
        color: #444444;
        font: 13px/16px "Segoe UI",Tahoma,Verdana;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 10px;
}
.OnlineCounter .MultiRow .Header span {
        /* border-bottom: 1px solid #ecbc04; */
        color: #fff;
        display: inline-block;
        padding: 0 0 0 35px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        line-height: 35px;
        font-weight: 600;
        font-size: 14px;
}
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: 0px;
        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;
                margin: auto;
                margin-bottom: 10px;
                width: calc(100vw - 20px);
        }
}
