
/* Underline the first real content heading, whether H2 or H3 */
.wm-content h2:first-of-type,
.wm-content h3:first-of-type,
.md-content h2:first-of-type,
.md-content h3:first-of-type {
  border-bottom: 2px solid #ddd !important;
  padding-bottom: 0.3em !important;
  margin-bottom: 0.8em !important;
}

/* Hide all Windmill-injected navigation buttons (top and bottom) */
a.btn.btn-xs.btn-default.pull-right,
a.btn.btn-xs.btn-default.pull-left,
a.btn.btn-xs.btn-link {
    display: none !important;
}

