.manidownload_statistics h4 {
    text-align: right;
    line-height: normal;
    width: 100%;
    float: right;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
} 
.manidownload_statistics div{
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    width: 100%;
    float: right;
    font-size: 13px; 
}
.manidownload_statistics p{
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    width: 100%;
    float: right;
    font-size: 13px; 
    margin: 0 0 10px;
}
.manidownload_statistics ul {
    padding: 0;
    margin: 15px 0;
    color: #fff;
    list-style: none;
    width: 100%;
    float: right;
}
.manidownload_statistics ul li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px rgba(255,255,255,.12);
    font-size: 14px;
}
.manidownload_statistics ul li:last-child{
    border: none;  
}
.manidownload_statistics ul li span {
    color: #fd8804;
    font-size: 16px;
    display: inline-block;
}
@media only screen and (max-width: 570px){ 
    .manidownload_statistics ul li {  
        margin-left: 5px;
        padding-left: 5px;  
    }
}