/* Subtle tightening of the default mdBook layout. */

.content main {
    max-width: 820px;
}

.content h2, .content h3 {
    margin-top: 1.8em;
}

/* Small-caps style for the status pill examples scattered through the docs. */
code.filter-pill {
    font-variant: small-caps;
    letter-spacing: 0.02em;
}

/* Make tables a little denser. */
.content table td, .content table th {
    padding: 4px 8px;
}
