
.OnlineCounter {
    margin-bottom:10px;
}
.OnlineCounter ul {
    padding: 5px;
    border-color: #e3e3e3;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #168a00;
}
.OnlineCounter ul span:first-child {
    //
    display: inline-block;
    display:none;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    display: none
}
.OnlineCounter .Header span {
    color: #900000;
    font: bold 10pt/30px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.TotalOnline {text-align: center;border-radius: 50px;padding: 5px 30px;background: white;color: #479ff1;font-size: 18px;font-weight: bold;}
.TotalOnline:before {
    content: "Lượt truy cập: ";  
}
#ctrl_160950_50_lblTotalOnline{
    display: none
}