/* For sphinx_rtd_theme */
.wy-nav-content {
    max-width: 100% !important;
}

/* Optional: add padding or adjust width manually */
.wy-nav-content {
    padding: 1em;
}

/* Navigation sidebar background */
.wy-side-nav-search, .wy-nav-side {
    background: #272727;  /* Replace with any HEX color */
}

/* Background of main content area */
/*.wy-nav-content {
    background-color: #f0f0f0 !important;
    background-color: #272727 !important;
}*/

/* Increase main content width */
/*.wy-nav-content {
    max-width: 100% !important;
    width: 90% !important;
}
*/
/* Optionally adjust sidebar */
/*.wy-side-scroll {
    width: 20% !important;
}
*/
