
.OnlineCounter {
    color: #444444;
    font: 12px/18px arial;
    margin-bottom: 10px;
    background: #eee;
}
.OnlineCounter ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px;
    background: white;
    //border: 0.1px solid #e0e0e0;
}
.OnlineCounter .Header {
  	background: radial-gradient(ellipse at center, rgb(219, 249, 247) 0%,rgb(81, 205, 230) 100%);
  	height: 35px;
  	text-align: center;
  	border-radius: 8px 8px 0 0;
}
.OnlineCounter .Header span {
    color: #fc6001;
    font: bold 13px/40px arial;
    text-transform: uppercase;
}
