html {
    --content-maxwidth: auto;
}

/* Start: Allow for page-level table of contents to expand */
@media screen and (min-width: 1000px) {
    div.contents .textblock {
        flex: 2;
    }
}

div.contents .toc {
    flex: 1;
}

/* End: Allow for table of contents width to expand */
