.tLabel, .tLabelLeft, .tLabelRight {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #587AB0;
}

.tLabelLow, .tLabelLowLeft, .tLabelLowRight {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #587AB0;
}

.tLabelUltralow, .tLabelUltralowLeft, .tLabelUltralowRight {
    font-size: 10px !important;
    color: #587AB0;
}

.tLabelLeft, .tLabelLowLeft, .tLabelUltralowLeft {
    text-align: left;
}

.tLabelRight, .tLabelLowRight, .tLabelUltralowRight {
    text-align: right;
}

.tLabelCenter {
    text-align: center;
    margin-top: 0px !important;
}
