.OnlineCounter {
  margin:0 0 20px 0;
}
.OnlineCounter .Header:before {
    position: absolute;
    right: calc(100% - 60px);
    height: 1px;
    content: '';
    background-color: #23aeef;
    top: calc(50% - 1px);
    width: 40px;
}
.OnlineCounter .Header:after {
    top: calc(50% + 3px);
    width: 60px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #23aeef;
    right: calc(100% - 60px);
}
.OnlineCounter .Header {
    position: relative;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #23aeef;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-left: 70px;
    text-transform: uppercase;
    color: #23aeef;
    font-family: Roboto;
}
.OnlineCounter ul.OnlineContainer {
    margin: 10px 0 0 10px;
    padding:0;
    list-style: none;
}
.OnlineCounter ul.OnlineContainer li span{
    line-height: 1.5;
    font-size: 13px;
    font-family: Roboto;
    color: #424242;
}