/* ==================================================
   UTILITY CLASSES
   Common helper classes
   ================================================== */

.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
