.decor_none {
    text-decoration: none !important;
}

.decor_linethrough {
    text-decoration: line-through !important;
}

.decor_underline {
    text-decoration: underline !important;
}

.hover\:decor_none:active, .hover\:decor_none:focus, .hover\:decor_none:hover {
    text-decoration: none !important;
}

.hover\:decor_linethrough:active, .hover\:decor_linethrough:focus, .hover\:decor_linethrough:hover {
    text-decoration: line-through !important;
}

.hover\:decor_underline:active, .hover\:decor_underline:focus, .hover\:decor_underline:hover {
    text-decoration: underline !important;
}

.trans_upper {
    text-transform: uppercase;
}