.text-huge { font-size: 48px !important; }
.text-xlarge { font-size: 36px !important; }
.text-large { font-size: 24px !important; }
.text-medium { font-size: 16px !important; }
.text-small { font-size: 14px !important; }
.text-xsmall { font-size: 12px !important; }
.text-tiny { font-size: 10px !important; }
.text-xtiny { font-size: 8px !important; }

.text-nooverflow {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

.text-lightgray {
  color: #aaa !important;
}