/* Hide the right-hand table of contents sidebar. */
.md-sidebar--secondary {
  display: none;
}

/* Optional small button size for compact tables. */
.md-button--small {
  font-size: 0.5rem;
  padding: 0.2rem 0.55rem;
  line-height: 1.1;
}

/* Muted text for secondary details like dates. */
.text-muted {
  color: rgba(0, 0, 0, 0.54);
}
