/* these are here to override the script that highlights these words but is broken but I cannot edit in the database */
/* SUPER blue */
.highlightsu {
   color: #408bd1 !important;
    opacity: 100 !important;
    display: inline !important;
}

/* SPRINT red */
.highlightsp {
   color: #db6571 !important;
    opacity: 100 !important;
    display: inline !important;
}

/* BEAST green */
.highlightbt {
   color: #89f07e !important;
    opacity: 100 !important;
    display: inline !important;
}