.small-caps {
    font-variant: small-caps;
}

.md-typeset .grid {
    grid-template-columns: repeat(3, 1fr); /* Forces a 3-column layout */
}

p.book-caption {
    text-align: center;
    font-size: 90%;
}
