#schedule {
  text-shadow: none;
  text-align: center;
}

@media (min-width: 992px) {
  #schedule .cal-bg {
    height: auto;
    background-color: rgb(20,20,20);
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

#schedule .day-bg {
  background-color: #303030;
  color: #fff;
}

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

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

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

#schedule h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  #schedule h5 {
    font-size: 22px;
    margin-bottom: 2px;
  }
}

#schedule .bg-warning {
  background-color: #fffcc3 !important;
}

#schedule .bg-danger {
  background-color: #feb7b2 !important;
}

#schedule .bg-primary {
  background-color: #aac8ff !important;
}

#schedule .bg-success {
  background-color: #bceb94 !important;
}

#schedule .bg-info {
  background-color: #15c7fc !important;
}

#schedule .bg-empty {
  background: transparent;
}

