.document-content {
  padding-left: 1.5rem;
  border-left: 1px solid #c2c2c2;
  font-size: 1rem !important;
}
.document-content table {
  font-size: 1em;
}

.content-list h2, .content-list h3 {
  font-size: 1.25em !important;
}
.content-list h2:before, .content-list h3:before {
  min-width: 0 !important;
  min-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  display: inline-block;
  background-color: transparent !important;
  transform-origin: none !important;
  transform: none !important;
  width: 0;
  height: 0;
  border-left: 0.6875em solid transparent;
  border-right: 0.6875em solid transparent;
  border-top-width: 0.75em;
  border-top-style: solid;
  margin-left: calc(0.875em / 7 * -1);
  opacity: 0.5;
}
.content-list h1:before, .content-list h2:before, .content-list h3:before, .content-list h4:before, .content-list h5:before, .content-list h6:before {
  transform-origin: center;
  transform: rotate(45deg);
}