/* eFEC docs: keep the page focused by removing the right-side page TOC. */
.md-sidebar--secondary {
  display: none;
}

.md-content {
  max-width: none;
}
