.wy-nav-content {
    max-width: 1000px !important;
}


/* 
The following code makes sure the Datasets tables text-wrap correctly on the ReadtheDocs.
 Source: https://stackoverflow.com/questions/69359978/grid-table-does-not-word-wrap/69373882 
*/

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}