/* MA Schedule */

#ma-schedule p {
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 992px) {
  #ma-schedule p {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule p {
    font-size: 17px;
  }
}

#ma-schedule .bg-day {
  background-color: #c7e3ff;
}

#ma-schedule .bg-eve {
  background-color: #b4b4b4;
}

#ma-schedule .days-of-week-wrapper {
  z-index: 1;
}

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  top: 182px;
  z-index: 9999;
}

#ma-schedule .border-rt {
  border-right: 1px solid #4f4f4f;
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed';
  color: #000;
  font-size: 14px;
}

@media (min-width: 1200px) {
  #ma-schedule .day-font {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  #ma-schedule .day-font {
    font-size: 16px;
  }
}

#ma-schedule .mob-font {
  font-family: 'Roboto Condensed';
  color: #000;
  font-size: 16px;
  text-align: center;
}

/* MA Schedule Colors */

.icon-shadow {
  text-shadow: 0px 0px 3px rgb(94,54,23);
}

#ma-schedule .bg-qigong {
  background-color: #b2a1cc;
}

#ma-schedule .bg-taiji {
  background-color: #dfe9f5;
}

#ma-schedule .bg-tt {
  background-color: #d2a986;
}

#ma-schedule .bg-yt {
  background-color: #ff0000;
}

#ma-schedule .bg-mt {
  background-color: #ff0000;
}

#ma-schedule .bg-tc {
  background-color: #ff0000;
}

#ma-schedule .bg-yd {
  background-color: #ffc118;
}

#ma-schedule .bg-md {
  background-color: #ffc118;
}

#ma-schedule .bg-dc {
  background-color: #ffc118;
}

#ma-schedule .bg-yt-yd {
  background-color: #ffa862;
}

#ma-schedule .bg-mt-md {
  background-color: #ffa862;
}

#ma-schedule .bg-tc-dc {
  background-color: #ffa862;
}

#ma-schedule .bg-kj {
  background-color: #ffffff;
}

#ma-schedule .bg-wc {
  background-color: #91cf54;
}

#ma-schedule .bg-sn {
  background-color: #07b1f0;
}

#ma-schedule .bg-im {
  background-color: #d99896;
}

#ma-schedule .bg-ia {
  background-color: #95b3d7;
}

#ma-schedule .bg-sem {
  background-color: #6f6f6f;
}

/* MA Schedule Mobile */

#ma-schedule-mob h4 {
  background-color: #303030;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}

@media (min-width: 576px) {
  #ma-schedule-mob .border-col-rt {
    border-right: 3px solid #fff;
  }
}

#ma-schedule-mob .cal-bg {
  background-color: #d7d7d7;
}

