.OnlineCounter {
        margin-bottom: 30px!important;
}
* {
        text-rendering: geometricprecision;
}
.OnlineCounter .MultiRow {
        border: 1px solid #eee;
        border-radius: 6px 6px 0 0;
        margin-top: 10px;
        overflow: hidden;
}
.OnlineCounter .MultiRow .OnlineWrap {
        overflow: hidden;
}
.OnlineCounter .MultiRow .OnlineWrap .Header {
        width: 100%;
        background: linear-gradient(to right, #d0322c, #f23e16) !important;
        border-bottom: 3px solid #820202;
        font-family: Roboto-Regular;
        font-size: 18px;
        line-height: 1.333333;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 5px;
        height: 50px;
        padding: 0 15px;
        padding-top:5px;
        margin-bottom: 15px;
        color: #fff;
}
.OnlineCounter .MultiRow .OnlineWrap .Header:before {
        content: "";
        width: 26px;
        height: 26px;
        background: url(images/ilienket.png);
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px;
}
.OnlineCounter .MultiRow li {
        margin-bottom: 6px;
        list-style: none;
}
.OnlineCounter .MultiRow li:last-child{
        display:none;
}
.OnlineCounter .MultiRow .OnlineContainer {
        margin-left: 15px;
        font-size: 14px;
}
.OnlineCounter .MultiRow .CurrenOnline {
        color: #ff0000;
        float: right;
        font-weight: bolder;
        padding-right: 20px;
}
.OnlineCounter .MultiRow .OneDayOnline {
        float: right;
        font-weight: bolder;
        padding-right: 20px;
}
.OnlineCounter .MultiRow .OneWeekOnline {
        float: right;
        font-weight: bolder;
        padding-right: 20px;
}
.OnlineCounter .MultiRow .TotalOnline {
        float: right;
        font-weight: bolder;
        padding-right: 20px;
}
.OnlineCounter .MultiRow .label1 {
}
.OnlineCounter .MultiRow .label2 {
        font-size:;
}
.OnlineCounter .MultiRow .label3 {
}
.OnlineCounter .MultiRow .label4 {
}
.OnlineCounter .OneRow {
        position: relative;
        width: 100%;
}
.OnlineCounter .OneRow .OnlineWrap {
        margin: 0 auto;
        position: relative;
        width: 1025px;
}
.OnlineCounter .OneRow .OnlineContainer {
        bottom: 25px;
        display: inline-block;
        list-style: outside none none;
        position: absolute;
        right: 5px;
        text-align: left;
}
.OnlineCounter .OneRow .OnlineContainer > li {
        border-right: 1px solid #fff;
        display: inline-block;
        padding: 0 10px;
}
.OnlineCounter .OneRow .OnlineContainer > li > span {
        color: #fff;
}
.OnlineCounter .OneRow .OnlineContainer > li:last-child {
        border-right: medium none;
}
@media (max-width:768px){
        .OnlineCounter{
                padding: 0 10px!important;
                margin-bottom: 30px!important;
        }
}
