/* Important Dates page (Views/ImportantDates/ImportantDates.cshtml).
   Linked from that view only, so it is not downloaded on the rest of the site.

   House rule for this folder: if you add a transition or animation here, put ONE
   @media (prefers-reduced-motion: reduce) block at the END of this file to disable it. Keep it in
   this file - an override in Site.css cannot reach a rule in a stylesheet that loads later. */

.clickableCalendar {
  font-size: 25px;
}

.datepage {
  max-width: 797px;
}

/* Full grid borders on all sides. Bootstrap .table cells use an inset box-shadow fill that paints
   over the bottom edge; ElementSpecific/Table.css is not loaded on this page. */
.dates-table {
  padding-bottom: 1.5rem;
}

.dates-table .table.table-bordered {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.dates-table .table.table-bordered th,
.dates-table .table.table-bordered td {
  border: 1px solid var(--bs-border-color) !important;
  box-shadow: none !important;
}

.dates-table .table.table-bordered th + th,
.dates-table .table.table-bordered td + td {
  border-left-width: 0 !important;
}

.dates-table .table.table-bordered tr + tr > th,
.dates-table .table.table-bordered tr + tr > td {
  border-top-width: 0 !important;
}
