/* =============================================================================
								Evt Less
==============================================================================*/
.evtCurrent .abcContentDAYNAMESHORT,
.evtCurrent .abcContentDAYSHORT {
  background: orange;
  color: white;
}
.evtPassed .abcContentDAYNAMESHORT,
.evtPassed .abcContentDAYSHORT {
  background: grey;
  color: white;
}
