
.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: 0px 0 20px;
}
.OnlineCounter ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 10px!important;
}
.OnlineCounter .Header {
   background: #cd2323;
   height:30px;
}
.OnlineCounter .Header span{
    color: #fff;
    font-size:13px;
        font-weight: bold;
        line-height: 30px;
    padding-left: 10px;
}
.OnlineContainer > li {
    float: left;
    margin-right: 10px;
}
