/* Override styles from theme.css of RTDtheme */

/* Make details page as wide as possible
.wy-nav-content {
    max-width: 100%;
}

.wy-nav-content-wrap {
    min-height: unset;
}
*/