<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* expand page width */
.wy-nav-content {
    max-width: 1000px !important;
}


/* override table width restrictions
- https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
*/
@media screen and (min-width: 767px) {
    .wy-table-responsive table td {
        white-space: normal !important;
    }
    .wy-table-responsive {
        overflow: visible !important;
    }
}</pre></body></html>