
.OnlineCounter li a {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter li span {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter {
    background: none repeat scroll 0 0 #fff;
    color: #444444;
    height: 90px;
    line-height: 18px;
    margin: 0 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px;
}
.OnlineCounter ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
   background: #bf0404 no-repeat scroll right center;
   border-radius: 5px 5px 0 0;
   height:27px;
}
.OnlineCounter .Header span{
    color: #fff;
    font: bold 10pt/28px arial;
    padding-left: 10px;
}
.OnlineContainer > li {
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 768px)
 {
.OnlineCounter {
               width: 100vw !important;
}
}
