#ma-schedule .my-container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  #ma-schedule .sticky-top {
    top: 159px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .sticky-top {
    top: 168px;
  }
}

#ma-schedule p {
  color: #000;
  text-align: center;
}

#ma-schedule .no-text-shadow {
  text-shadow: none;
}

#ma-schedule .text-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

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

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

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  z-index: 90;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#ma-schedule .day-of-week p {
  color: #c3c3c3;
}

#ma-schedule .day-of-week .today {
  color: #fff;
  background-color: #434343;
}

#ma-schedule .border-rt {
  border-right: 1px solid rgba(255,255,255,0.25);
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 1.35;
}

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

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

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

#ma-schedule .touch-icon {
  bottom: -3px;
}

/* Mobile Tabs Styling */

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #aaaaaa;
  border-bottom: none;
}

#ma-tabs .nav-tabs {
  border-bottom: none;
}

#ma-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 6px 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-bottom: none;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 700;
}

#ma-tabs .tab-content {
  background-color: #aaaaaa;
}

@media (max-width: 991.9px) {
  #ma-tabs .closed {
    min-height: 200px;
    font-size: 30px;
  }
}

/* Schedule Color Styling */

#ma-schedule .bg-kids-bjj {
  background: #ffd494;
}

#ma-schedule .bg-fundamentals-bjj {
  background: #ffa18d;
}

#ma-schedule .bg-intermediate-bjj {
  background: #c80000;
}

#ma-schedule .bg-no-gi-grappling {
  background: #99ffe7;
}

#ma-schedule .bg-muay-thai {
  background: #93bffb;
}

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

#ma-schedule .bg-private {
  background: #760000;
}

