/* Schedule Desktop */

#ma-schedule-day {
  padding: 0 10px;
}

#ma-schedule-day .cal-bg {
  background-color: rgb(225,240,255);
}

#ma-schedule-day .cal-bg-pm {
  background-color: rgb(195,195,195);
}

#ma-schedule-day .days {
  top: 138px;
  z-index: 1;
  background-color: #303030;
  box-shadow: 0px 0px 10px #000;
}

@media (min-width: 1200px) {
  #ma-schedule-day .days {
    top: 164px;
  }
}

#ma-schedule-day .day-font {
  color: #fff;
  font-size: 14px;
}

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

#ma-schedule-day .text-black {
  color: #000;
}

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

#ma-schedule-day .am-label {
  font-size: 28px;
  text-shadow: none;
  color: #fc9e46;
}

#ma-schedule-day .pm-label {
  font-size: 28px;
  text-shadow: none;
}

/* Schedule Mobile */

#ma-schedule-mob h4 {
  font-size: 26px;
  background-color: #303030;
  border-top: solid 6px #190028;
}

#ma-schedule-mob .day-font {
  color: white;
  font-size: 16px !important;
}

#ma-schedule-mob .text-black {
  color: #000;
}

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

/* Schedule Colors */

.bg-youth {
  background: linear-gradient(to right, #fff 0%,#fff 20%,#0077e2 20%,#0077e2 40%,#0077e2 40%,#c4e3d5 40%,#c4e3d5 40%,#c4e3d5 60%,#16a000 60%,#16a000 80%,#b5b5b5 80%,#a3a3a3 100%);
  text-shadow: none;
  font-size: 24px;
}

.bg-tiny {
  background: rgb(255,184,0);
  text-shadow: none;
  font-size: 24px;
}

.bg-little-ninja {
  background: rgb(255,0,0);
  font-size: 24px;
}

.bg-youth-beg-a-b {
  background: #fff;
  text-shadow: none;
}

.bg-youth-int-a-b {
  background: rgb(0,119,226);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.bg-youth-a-b {
  background: rgb(22,160,0);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.bg-youth-sparring {
  background: #c4e3d5;
  text-shadow: none;
}

.bg-youth-comb {
  background: #a3a3a3;
  text-shadow: none;
}

.bg-adults {
  background: rgb(0,0,0);
  text-shadow: none;
  font-size: 24px;
}

.bg-bjj {
  background: #5e00a7;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

