.content p:not(:first-child) {
  margin-top: 0.7em;
}
.content p:not(:last-child) {
  margin-bottom: 0;
}
.content h2,
.content h3,
.content h4 {
  padding: 0.3em 0.5em;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.is-dark .content h2,
.is-dark .content h3,
.is-dark .content h4,
.is-dark .content h5,
.is-dark .subtitle {
  color: #fff;
}
.is-dark a {
  color: #aaf;
}
.content h2:before,
.content h3:before,
.content h4:before,
.content h2:after,
.content h3:after,
.content h4:after {
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
}
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child) {
  margin-top: 2em;
}
.content h2 {
  font-size: 2em;
}
.content h2:before {
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #666;
  width: 0;
  left: -0.4em;
}
.content h2:after {
  border-style: solid;
  border-width: 0.2em 0.4em 0.2em 0;
  border-color: transparent #666 transparent transparent;
  width: 0;
  right: -0.4em;
}
.content h3 {
  font-size: 1.5em;
}
.content h3:before,
.content h3:after {
  border-style: solid;
  width: 0.4em;
}
.content h3:before {
  border-width: 1px 0 1px 1px;
  border-color: #666;
  left: -0.2em;
}
.content h3:after {
  border-width: 1px 1px 1px 0;
  border-color: #666;
  right: -0.2em;
}
.content h4 {
  font-size: 1.3em;
}
.content h4:before,
.content h4:after {
  width: 0;
  border-left: solid #666 1px;
  transform: skewX(10deg);
}
.content h4:before {
  left: -0.2em;
}
.content h4:after {
  right: -0.2em;
}
.content h5 {
  font-size: 1.2em;
  padding: 5px 0 0 10px;
  position: relative;
  font-weight: bold;
}
.content h5 + * {
  padding-left: 10px;
}
.content h5:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: -0.2em;
  top: 0;
  border-top: solid #666 1px;
  border-left: solid #666 1px;
}
.content h5,
.content pre {
  margin-top: 1em;
  margin-bottom: 0;
}
.content dl {
  display: flex;
  padding-top: 1rem;
}
.content dl + dl {
  position: relative;
}
.content dl + dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,rgba(128,128,128,.3) 50%,rgba(0,0,0,0) 100%);
}

.content dt {
  width: 20%;
}

.content dd {
  width: 80%;
}

.content li + li {
  margin-top: .25em
}


.content dl:not(:last-child),.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em
}