.responsive-table {
  padding: 0;
  overflow-x: auto;
}
.responsive-table table.hours-table tr > th:first-child,
.responsive-table table.hours-table tr > td:first-child {
  left: 0;
  min-width: 10rem;
  position: sticky;
}
.responsive-table table.hours-table thead tr td::before {
  background-color: #15181b;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.responsive-table table.hours-table thead tr > th,
.responsive-table table.hours-table thead tr > td {
  border: solid 0 #e1e1e1;
}
.responsive-table table.hours-table tbody tr > th:first-child::before, .responsive-table table.hours-table tbody tr > th:first-child::after,
.responsive-table table.hours-table tbody tr > td:first-child::before,
.responsive-table table.hours-table tbody tr > td:first-child::after {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.responsive-table table.hours-table tbody tr > th:first-child::before,
.responsive-table table.hours-table tbody tr > td:first-child::before {
  left: -1px;
}
.responsive-table table.hours-table tbody tr > th:first-child::after,
.responsive-table table.hours-table tbody tr > td:first-child::after {
  right: 0;
}
.responsive-table table.hours-table tbody th,
.responsive-table table.hours-table tbody td {
  background-color: #fff !important;
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .responsive-table table.hours-table tbody th,
.responsive-table table.hours-table tbody td {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .responsive-table table.hours-table tbody th,
.responsive-table table.hours-table tbody td {
    font-size: 16px;
    line-height: 1.6;
  }
}
.responsive-table table.hours-table tbody th > :not(a, .material-symbols-outlined, pre),
.responsive-table table.hours-table tbody td > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.responsive-table table.hours-table tbody th {
  font-weight: 700;
}