/* TitanRDP v1.3.1.288 - Acceptable Use Policy body justification */
html body .titan-aup-body-text-v288 {
    text-align: justify !important;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 720px) {
    html body .titan-aup-body-text-v288 {
        text-align: justify !important;
        text-justify: inter-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
