
.OnlineCounter {
    border: 1px solid #9f224e;
    box-shadow: 0 22px 40px 2px rgba(200, 134, 157, 0.4) inset;
    color: #444444;
    line-height: 20px;
    margin-bottom: 10px;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    border: 1px solid #ccc;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1) inset;
    height: 27px;
}
.OnlineCounter .Header span {
    color: #9f224e;
    font: 16px/27px tahoma;
    letter-spacing: 0px;
    padding-left: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
