.sidebar-drawer {
    width: min-content;
}

.content {
    width: 80%;
}

.toc-drawer {
    width: 20%;
}

/* Make pandas tables look correct in dark-mode */
/* Taken from https://github.com/kai-tub/furo-myst-nb-css-fixes/, licensed under MIT */
div.cell_output table {
    color: var(--color-content-foreground);
}

div.cell_output table {
    margin: auto;
}

div.cell_output tbody tr:nth-child(odd):not(:hover) {
    background: var(--color-table-header-background);
}

div.cell_output thead {
    border-bottom-color: var(--color-code-foreground);
}
