.body {
    margin: 25px auto;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #00800070;
}

@media (min-width: 992px) {
    .navbar-style {
        max-width: 80%;
        margin: 0 auto;
    }

    .table-responsive {
        display: inerit !important;
    }

    .footer {
        padding: 15px 15px;
        background-color: #000000ab;
        color: white;
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0px;
    }

    .footer_mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .footer {
        display: none !important;
    }

    .footer_mobile {
        padding: 15px 15px;
        background-color: #000000ab;
        color: white;
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0px;
    }
}
