/* Allow tables to wrap content instead of forcing horizontal scroll */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal !important;
}

/* Optional: Increase max-width of the content area for readthedocs theme */
.wy-nav-content {
    max-width: 1200px !important;
}