/* -----------------------------------------------------------
   BIG MATCH® TABLE COLOR CODING
   Positive / Negative price changes
----------------------------------------------------------- */

.dash-cell--positive {
    color: #00ff66 !important;
    font-weight: 600;
}

.dash-cell--negative {
    color: #ff4444 !important;
    font-weight: 600;
}
