
.OnlineCounter {
    color: #444444;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
}
.OnlineCounter ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    margin: 1.2rem 0;
}
.OnlineCounter .Header span {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Merriweather';
    color: #031739;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    line-height: unset;
    background: url(images/dangicon.png) no-repeat top left;
    padding: 0 0 0 50px;
    height: 25px;
}
@media only screen and (max-width: 768px){
.OnlineCounter {
    margin-bottom: 10px;
}
}
