
.OnlineCounter {
    border: 1px solid #e0e0e0;
    color: #444444;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    border-bottom: 1px solid #eeeeee; */
    color: #031739;
    font-weight: bold;
    text-transform: uppercase;
    /* line-height: 50px; */
    text-align: left;
    padding: 12px 0;
    border-top: 2px solid red;
}
.OnlineCounter .Header span {
    font-size: 17px;
    font-family: 'Merriweather', serif;
}
}
@media only screen and (max-width: 768px){
.OnlineCounter {
    margin-bottom: 10px;
}
}
