.ps-text-uppercase {text-transform:uppercase!important}
.ps-text-capitalize {text-transform:capitalize!important}
.ps-text-lowercase {text-transform:lowercase!important}
.ps-text-line-through {text-decoration:line-through!important}
.ps-text-overline {text-decoration:overline!important}
.ps-text-underline {text-decoration:underline!important}
.ps-text-no-decoration {text-decoration:none!important}
.ps-text-wrap-none {text-wrap:none!important}
.ps-text-wrap-normal {text-wrap:normal!important}
.ps-text-wrap-suppress {text-wrap:suppress!important}
.ps-text-wrap-unrestricted {text-wrap:unrestricted!important}
.ps-text-justify {text-align:justify;text-justify:distribute!important}