/* Fix color contrast of table headers */
.page-content table:not(.override-accessibility) thead th {
  color: white;
  font-weight: bold;
}

.page-content table.reduce-width td {
  min-width: 7em;
}

/* Override mailchimp embedded forms for accessibility */
#mc_embed_signup .asterisk {
  color: #DA3B1B !important;
}