/* Make the Sphinx RTD theme full-width instead of fixed 800px */
.wy-nav-content {
    max-width: none;
}
