/*hide the built with mkdocs footer*/
footer, footer a {
  visibility: collapse;
}

footer a.btn {
  visibility: visible;
}

.wy-nav-content {
  max-width: none !important;
  min-height: 100%;
}
.wy-nav-content-wrap {
  height: 100%;
}
