/* Mobile Styles */

@media only screen and (max-width: 768px) {
    .rat-ok table td span{}
}

@media only screen and (max-width: 992px) {
    .box-rating{
        
    }

    .rat-ok table td span{}
    
}


/* Tablet Styles */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .box-rating{
        
    }
    .rat-ok table td span{}
}


/* Desktop Styles */

@media only screen and (min-width: 1200px) {
    .box-rating{
        width: 60%;
        max-width: 800px;
    }
    .rat-ok table td span, .rat-ok .depoimentobox, .rat-ok .depoimentobox span{
    font-size: 1rem;
    line-height: 1.5rem;
}

.rat-ok table td.rat label {
    font-size: .85rem;
    line-height: 1.2rem;
}
}
