.OnlineCounter {
        border-radius: 5px 5px 0 0;
        color: #444444;
        font: 12px/18px arial;
        margin-bottom: 10px;
}
div.OnlineCounter ul {
        background: #ffffff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        list-style: outside none none;
        margin: 0;
        padding: 5px;
}

.OnlineCounter ul li+li{
        border-top: 1px dashed #ddd;
}

.OnlineCounter ul span:first-child {
        display: inline-block;
        padding: 0;
        font-size: 14px;
        flex: 1;
}
.OnlineCounter .Header {
        background: #106936;
        border-radius: 5px 5px 0 0;
        height: 26px;
}
.OnlineCounter .Header span {
        color: #fff;
        font: bold 10pt/26px arial;
        padding-left: 15px;
        text-shadow: 0 1px 0 #000;
        white-space: nowrap;
}
.OnlineCounter ul li{
        display: flex;
        align-items: center;
        padding: 5px 0px;
}
