.OnlineCounter {
    color: #656565;
    background: rgba(255, 255, 255, 0.92);
    background: linear-gradient(#333,white,white,white);
    margin-bottom: 20px;
}
.OnlineCounter .MultiRow {
    background-color: rgba(255, 255, 255, 0.92);
}
.OnlineCounter ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.OnlineCounter ul li{
    padding: 3px 20px;
    font-size: 13px;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    border-radius: 5px 5px 0 0;
    color: #656565;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0 10px 0;
}
.OnlineCounter .Header span {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ffffff;
}
