.rmtamshop_statistics h4 {
    font-size: 20px; 
    padding: 15px 0 15px 0;
    text-align: right;
    margin: 0 !important;
    line-height: normal;
    width: 100%;
    float: right;
} 
.rmtamshop_statistics p{
    color: rgba(255,255,255,0.7);
    line-height: 25px;
    width: 100%;
    float: right;
    text-align: justify;
}
.rmtamshop_statistics ul {
    padding: 0;
    margin: 15px 0;
    color: #fff;
    list-style: none;
    width: 100%;
    float: right;
}
.rmtamshop_statistics ul li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px rgba(255,255,255,.12);
    font-size: 17px;
}
.rmtamshop_statistics ul li:last-child{
    border: none;  
}
.statistics_module {
    margin: 20px 0 !important;
    width: 100%;
    float: right;
}

@media only screen and (max-width: 570px){ 
    .rmtamshop_statistics ul li { 
        border-left: none;
    }
}