@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
.OnlineCounter li a {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter li span {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter li span:nth-child(2) {
  float: right;
  font-weight: bold;
}
.OnlineCounter .CurrenOnline {
  color: red;
}
.OnlineCounter {
    color: #444444;
    line-height: 18px;
  margin:10px 0 20px 0;
}
.OnlineCounter ul {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 91, 204, 1);
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: roboto;
}
.OnlineContainer > li {
border-top: 1px dashed #9cd2ff;
    margin-right: 10px;
    width: 100%;
    padding: 3px 0px;
}
