
a.disabled {
    pointer-events: none;
    cursor: default;
}

.required {
    color: #f00 !important;
    font-weight: 800;
}

.border {
    border-color: #aaa;
    border-width: 2px;
    padding: 3px !important;
}

.text-underline {
    text-decoration: underline;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-large {
    font-size: 1.1em !important;
}

.text-larger {
    font-size: 1.2em !important;
}

.text-largest {
    font-size: 1.4em !important;
}

.text-small {
    font-size: 0.9em !important;
}

.text-smaller {
    font-size: 0.8em !important;
}

.text-smallest {
    font-size: 0.6em !important;
}

.mb0 {
    margin-bottom: 0px !important;
}
.mb2 {
    margin-bottom: 2px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml2 {
    margin-left: 2px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr2 {
    margin-right: 2px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb2 {
    padding-bottom: 2px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt2 {
    padding-top: 2px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pl2 {
    padding-left: 2px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pr0 {
    padding-right: 0px !important;
}
.pr2 {
    padding-right: 2px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr40 {
    padding-right: 40px !important;
}

.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fs36 {
    font-size: 36px !important;
}
.fs48 {
    font-size: 48px !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
}
/* etc */
