/* Remove heading spacing */
h2,
h3,
h4,
p,
ol {
  margin-bottom: 0.2rem !important;
}

.docs-content .main-content ol {
  padding-left: 0.5em;
}

ol>li::before {
  /* Add a custom "a)" style */
  content: counter(listitem, lower-alpha) ") " !important;
  background: none !important;
  font-size: 1.05em !important
}

.docs-content .main-content ol ol {
  padding-left: 0em;
}

ol>li>ol>li::before {
  content: counter(listitem, decimal) ") " !important;
}

/* Restore size of block quotes */
blockquote {
  font-size: 1.0rem !important;
}
