/* breathing room throughout */
.content {
  max-width: 780px;
}

p, li {
  margin-bottom: 0.6em;
  line-height: 1.75;
}

h2 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
}

h3 {
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

/* callout boxes: a little padding, no wall of text */
.callout {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.callout-body {
  padding: 0.8em 1em;
}

/* code blocks */
pre {
  margin-top: 0.8em;
  margin-bottom: 1.2em;
  padding: 0.9em 1.1em;
  border-radius: 6px;
  font-size: 0.88em;
  line-height: 1.55;
}

/* inline code */
code:not(pre code) {
  font-size: 0.9em;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  background-color: #f4f4f4;
}

/* tables */
table {
  margin-top: 1em;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  font-size: 0.92em;
}

thead th {
  padding: 0.5em 0.9em;
}

tbody td {
  padding: 0.4em 0.9em;
}

/* horizontal rules */
hr {
  margin: 2.2em 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
