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

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

.left {
    text-align: left !important;
}

.hide {
    display: none !important;
}

.relative {
    position: relative;
}

q {
    font-style: italic;
}