.hover-underline {
  text-decoration: none !important;
}

  .hover-underline:hover {
    text-decoration: underline !important;
  }

.spaced > * {
  margin-top: 0;
  margin-bottom: 0;
}

.spaced > * + * {
  margin-top: 0.5rem;
}

blockquote {
  border-left: 3px solid #ccc;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

li > p {
  margin-bottom: 0;
}

ol ol {
  list-style: lower-alpha;
}

  ol ol ol {
    list-style: lower-roman;
  }

    ol ol ol ol {
      list-style: upper-alpha;
    }

      ol ol ol ol ol {
        list-style: upper-roman;
      }

      ol ol ol ol ol ol {
        list-style: decimal;
      }
