/* Hide left nav sidebar and right TOC sidebar */
.md-sidebar { display: none; }

/* Hide footer */
.md-footer { display: none; }

/* Expand content to full width */
.md-content {
  max-width: 860px;
  margin: 0 auto;
}
