#classSched .week-wrapper {
  top: 162px;
  z-index: 1;
}

#classSched .schedule-space {
  display: none;
}

#classSched .schedule-key {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  font-weight: 700;
}

#classSched .schedule-key.special {
  line-height: 16px;
}

@media (min-width: 992px) {
  #classSched .schedule-space {
    display: block;
  }
}

#classSched .cal-bg {
  height: auto;
  padding-bottom: 5px;
  background: #d7d7d7;
}

#classSched .day-bg {
  background-color: #000000;
  color: #fff;
}

#classSched .day-bg-mob {
  background-color: #a6a6a6;
}

#classSched .age-bg {
  background-color: #000;
}

@media (min-width: 992px) {
  #classSched .age-bg {
    background-color: #5f5f5f;
  }
}

#classSched .day-font {
  font-family: 'Roboto Condensed';
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  height: 53px;
  border-radius: 4px;
  text-shadow: .5px .5px 2px rgba(0,0,0,0.7), 0px 0px 2px rgba(0,0,0,0.5);
}

#classSched .bg-tinytigers {
  background-color: #f8a221;
}

#classSched .bg-tigers {
  background-color: #f26f25;
}

#classSched .bg-tigers-a {
  background-color: #ba6916;
}

#classSched .bg-dragons {
  background-color: rgb(0,195,0);
}

#classSched .bg-dragons-a {
  background-color: rgb(0,143,0);
}

#classSched .bg-dragons-b {
  background-color: #005047;
}

#classSched .bg-jrstorm {
  background-color: rgb(0,77,133);
}

#classSched .bg-storm-jrbb {
  background-color: rgb(66,142,255);
}

#classSched .bg-teens-a {
  background-color: rgb(1,17,106);
}

#classSched .bg-teen-a {
  background-color: #7460ae;
}

#classSched .bg-teen-b {
  background-color: #8b529f;
}

#classSched .bg-leader {
  background-color: #815c30;
}

#classSched .bg-brown-black-can {
  background-color: #4a3309;
}

#classSched .bg-adult {
  background-color: #580000;
}

#classSched .bg-womens {
  background-color: #b0009e;
}

#classSched .bg-cts {
  background-color: #8c0001;
}

#classSched .bg-comp {
  background-color: #ee373a;
}

