a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

.text-smaller {
    font-size: 14px;
}

.rotate-text {
    writing-mode: vertical-rl;
    /*writing-mode: vertical-lr;*/
    /*transform: rotate(-90deg);*/
}