
.OnlineCounter {
    border-radius: 5px 5px 0 0;
    color: #444444;
    font: 12px/18px arial;
    margin-bottom: 10px;
}
.OnlineCounter ul {
    color: #fff;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.OnlineCounter ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    background: #da2525;
    border-radius: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OnlineCounter .Header span {
    color: #fff;
    font: bold 12px/26px arial;
    padding-left: 15px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
}
