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

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

.wy-nav-content-wrap, .wy-grid-for-nav {
    background-color: white;
}

@media screen and (min-width: 1100px) {
    .wy-nav-content{
        background-color: white;
    }

}

iframe {
    margin-bottom: 30px;
}

details {
    margin-bottom: 30px;
    margin-top: 30px
}

details > summary:hover {
    cursor: pointer;
}