
.OnlineCounter {
    border-radius: 15px;
    color: #444444;
    line-height: 17px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, rgb(251, 251, 251) 50%, rgba(202, 136, 241, 0.47) 100%);
    padding-top: 10px;
}
.OnlineCounter ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    background: url('images/1308191586_staroffice.png') no-repeat left center;
    background-size: 40px 40px;
    background: url('images/1308191586_staroffice.png') no-repeat left 10px center, linear-gradient(180deg, rgba(218, 167, 239, 0.38) 0%, rgba(171, 14, 247, 0.86) 100%);
    background-size: 40px 40px;
    border-radius: 50px;
    box-shadow: 3px 3px 3px rgba(81, 6, 107, 0.39);
}
.OnlineCounter .Header span {
    color: white;
    font: 12pt Arial;
    font-weight: bold;
    padding-left: 50px;
}
.OnlineCounter .OnlineContainer > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
