paginator.nav {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.navbar-brand img {
    height: 50px;
}

.navbarTop {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.navbarTop a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

ul.inspection_review {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    margin-bottom: 50px;
}

ul.inspection_review b {
    display: block;
}
.above_bar {
    max-width: 80%;
}
@media only screen and (max-width: 991px) {
    ul.inspection_review {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 676px) {
    ul.inspection_review {
        grid-template-columns: repeat(1, 1fr);
    }
}

.custom-switch {
    text-align: center;
    margin-top: 27px;
}
