/*
 * Fix table being scrollable instead of adapting to the page size
 * '.wy-table-responsive table th' could be removed and it will still work
 * From https://stackoverflow.com/a/69373882 
 */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}
.wy-side-nav-search, .wy-nav-top {
    background: #1a0d55;
}

.wy-nav-content {
    max-width: 100%;
}

.main-content {
    padding: 0 2rem;
}

.wy-table-responsive {
    overflow-x: visible; 
}

.wy-content {
    max-width: 100%;
}
