@media only screen and (max-width: 767px) {
    .uk-tooltip.long-text {
        max-width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .text-right-sm {
        text-align: right !important;
    }
}