﻿.displayNone {
    display: none;
}

.alignLeft {
    text-align:left !important;
}

.alignRight {
    text-align: right !important;
}

.upperCase {
    text-transform: uppercase !important;
}