#anthony-irina-schedule h2 {
  margin-top: 30px;
}

#anthony-irina-schedule h3 {
  font-size: 18px;
  margin: 16px 0px;
}

#anthony-irina-schedule td {
  white-space: nowrap;
}

#anthony-irina-schedule-img {
  height: 340px;
}

#anthony-irina-schedule-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 32%;
}

#anthony-irina-schedule-img > figcaption {
  text-align: end;
  font-size: 14px;
  color: #778ca4;
}

#anthony-irina-schedule-img>figcaption>a {
  color: #778ca4;
}

#table-asterisk {
  font-size: 13px;
  text-align: end;
}

@media screen and (max-width: 992px) {
  #anthony-irina-schedule h1 {
    font-size: 60px;
  }
  #anthony-irina-schedule h2 {
    margin-bottom: 0;
  }
  #anthony-irina-schedule-img {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  #anthony-irina-schedule h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 549px) {
  #anthony-irina-schedule h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 427px) {
  #anthony-irina-schedule h1 {
    font-size: 27px;
  }
}
/*************** Bootstrap table overrides ***************/
td a {
  display: block;
  padding: 16px 20px 16px 0;
  height: 100%;
}

td a:last-child {
  padding-right: 0px;
}

.table-dark {
  --bs-table-bg: none;
}

.table>:not(caption)>*>* {
  height: 100%;
  padding: 0;
}

.table > tbody > tr td {
  margin-right: 36px;
}

.table > tbody > tr td:last-child {
  padding-right: 0;
}

.table>thead>tr>th {
  padding: 0.5rem 0;
}

.table>thead>tr>th:nth-child(1) {
  min-width: 200px;
}

.table>thead>tr>th:nth-child(2) {
  min-width: 150px;
}

.table>thead>tr>th:nth-child(3) {
  min-width: 300px;
}

.table>thead>tr>th:nth-child(4) {
  min-width: 200px;
}

.table>thead>tr>th:nth-child(5) {
  min-width: 167px;
}

.schedule-external-link {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
.table>thead>tr>th:nth-child(1) {
    min-width: 160px;
  }

  .table>thead>tr>th:nth-child(2) {
    min-width: 136px;
  }

  .table>thead>tr>th:nth-child(3) {
    min-width: 280px;
  }

  .table>thead>tr>th:nth-child(4) {
    min-width: 220px;
  }

  .table>thead>tr>th:nth-child(5) {
    min-width: 83px;
  }
}
