/* Done display slide header on auto-agenda slides */
.agenda-slide h1 {
  size: 0em;
  display: none;
}

/* The agenda heading, if specified */
.agenda-heading {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* The container class for auto-agenda */
.agenda {
}

.agenda-active {
  font-weight: bold;
}

.agenda-inactive {
  opacity: 0.7;
}

.agenda-pre-active {
  /* color: #b22222; */
}

.agenda-post-active {
  /* color: #2222b2; */
}
