.wy-nav-content {
    max-width: 1200px;
}

.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal;
}

@media screen and (max-width: 1200px) {
    .wy-nav-content {
        max-width: none;
    }
}
