.is-style-business-day-calendar table thead {
  background-color: #9ED9A7;
  color: inherit;
}
.is-style-business-day-calendar table thead tr th {
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .is-style-business-day-calendar table thead tr th {
    line-height: inherit;
  }
}
.is-style-business-day-calendar table tbody tr td {
  line-height: 1.2;
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 1024px) {
  .is-style-business-day-calendar table tbody tr td {
    list-style: inherit;
    padding-right: 15px;
    padding-left: 15px;
  }
}
