/* Add spacing between subcommands (h4 elements) */
.md-typeset h4 {
  margin-top: 3em !important;
  padding-top: 1.5em !important;
  border-top: 1px solid #e0e0e0;
}

/* Remove border from first subcommand */
.md-typeset h3 + p + p + pre + p + pre + h4 {
  border-top: none;
  padding-top: 0 !important;
}

/* Add extra space before the main command heading */
.md-typeset h3 {
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
