
.OnlineCounter {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #efefef;
    border-radius: 5px 5px 0 0;
    height: 100%;
    margin-bottom: 10px;
}
.OnlineCounter ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.OnlineCounter .Header {
    height: 40px;
    background: #75af08;
    position: relative;
    margin-bottom: 10px;
}
.OnlineCounter .Header:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.OnlineCounter .Header span {
    color: #fff;
    font: bold 14px/40px arial;
    padding-left: 20px;
    text-transform: uppercase;
}