body {
  --color: transparent;
  background: var(--color);
}

.fullwidth-heading * {
  text-align: left;
}

dl {
  text-align: left!important;
}

.event-distinctions {
  float: right;
  font-weight: 300;
  margin-left: 1rem;
}

.parentheses-info {
  font-weight: 300;
}

summary.heading-summary > * {
  display: inline;
}

.embed-popup-bar {
  margin-left: 1rem;
  float: right;
}

main > :not(:first-child) {
  background: #222d;
}
main > :not(:first-child):nth-child(2n) {
  background: #111d;
}