/* Index headings don't have underline */

.cms-guide h5 > a,
.cms-guide h4 > a,
.cms-guide h3 > a,
.cms-guide h2 > a {
  text-decoration: none;
  color: #372f21;
}

.cms-guide h4 a {
  margin-left: 1em;
}

.cms-guide h5 a {
  margin-left: 1em;
}

.cms-guide ol,
.cms-guide ul {
  margin-left: 2em;
}
