.wy-nav-content {
    max-width: none;
}

.wy-side-nav-search 
{
    background-color: white;
}

.warning p.admonition-title
{
    background-color: rgb(255, 135, 80) !important;
}

.note p.admonition-title
{
    background-color: rgba(240, 179, 126, 0.897) !important;
}

div.note
{
    background-color: rgba(255, 237, 204, 0.897) !important;
}
