@media (min-width: 992px) {
  #fitSched h5 {
    color: white;
    text-shadow: none;
  }
}

#fitSched .cal-bg {
  height: auto;
  background-color: #dddddd;
  padding-bottom: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 992px) {
  #fitSched .cal-bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

#fitSched .day-bg {
  background-color: #303030;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#fitSched .spacer {
  display: none;
}

@media (min-width: 992px) {
  #fitSched .spacer {
    display: block;
  }
}

#fitSched .day-font {
  font-size: 18px;
  color: #fff;
}

#fitSched .classtimes {
  position: relative;
  width: 100%;
  height: 0px;
  top: 62px;
  left: 0;
}

