@media screen and (min-width: 992px) {
    .Id3669 .content-box {
        width: 100%;
        margin-bottom: 2em;
        min-height: 795px;
    }
}

@media screen and (min-width: 1067px) {
    .Id3669 .content-box {
        min-height: 696px;
    }
}

@media screen and (min-width: 1315px) {
    .Id3669 .content-box {
        min-height: 534px;
    }
}

.rental-table {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
    .rental-table td {
        border: 2px solid black;
    }

    .rental-table thead {
        border: 1px solid black;
        background-color: var(--yellow);
        color: black;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .rental-table tbody td {
        background-color: var(--lightbrown);
        font-size: 1.4rem;
    }

