#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: 191px;
  }
}

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

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

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

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

#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: 999;
  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';
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

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

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

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

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #8e8e8e;
  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;
}

.tab-content {
  background-color: #8e8e8e;
}

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

#ma-schedule .bg-white-belts {
  background: #f0f0f0;
}

