div.doc-contents:not(.first) {
    padding-left: 25px;
    border-left: 4px solid rgba(230, 230, 230, 0.5);
    margin-bottom: 80px;
}

td code {
    word-break: normal !important;
}

code {
    max-height: 20em;
}

.md-grid {
    max-width: 70rem;
}
