.left {
    text-align: left!important;
}
.center {
    text-align: center!important;
}
.right {
    text-align: right!important;
}
.top {
    vertical-align: top!important;
}
.middle {
    vertical-align: middle!important;
}
.bottom {
    vertical-align: bottom!important;
}

.wide {
    width: 100%;
}

.bold {
    font-weight: bold!important;
}
