/* Default width for larger screens */
.wy-nav-content {
    max-width: 80% !important;
    margin: auto;
}

/* Medium screens (tablets) */
@media screen and (max-width: 1100px) {
    .wy-nav-content {
        max-width: 90% !important;
    }
}

/* Small screens (mobile) */
@media screen and (max-width: 768px) {
    .wy-nav-content {
        max-width: 100% !important;
        padding: 1.5em !important;
    }
}


.single-color tr {
    background-color: #ff0000 !important;
}