.calendar-photo {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .calendar-photo {
    margin-bottom: 120px;
  }
}

.calendar-table {
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #DDD;
}
@media print, screen and (min-width: 768px) {
  .calendar-table {
    margin-bottom: 40px;
  }
}
.calendar-table caption {
  margin-bottom: 15px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #004EA2;
}
@media print, screen and (min-width: 768px) {
  .calendar-table caption {
    margin-bottom: 28px;
    font-size: 24px;
  }
}
.calendar-table tr {
  border-bottom: 1px solid #DDD;
}
.calendar-table th, .calendar-table td {
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .calendar-table th, .calendar-table td {
    padding: 22px 0;
    font-size: 20px;
  }
}
.calendar-table th {
  width: 90px;
  font-weight: 500;
  color: #004EA2;
}
@media print, screen and (min-width: 768px) {
  .calendar-table th {
    width: 230px;
  }
}
.calendar-table td {
  color: #000000;
}

.table-notes {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
}
@media print, screen and (min-width: 768px) {
  .table-notes {
    font-size: 14px;
  }
}