.active {
    transition: all 0.2s;
}

.subnav .navbar-nav>.active>a,
.subnav .navbar-nav>li.active>a {
    background-color: white !important;
    float: right !important;
    font-size: 16px;
    color: black !important;
    border: none !important;
    margin: 1% 0.1%;
    padding: 0.2% 1.5%;
    border-radius: 15px !important;
    outline: none !important;
}

.subnav {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: 0% !important;
    padding: 0% !important;
    height: auto !important;
    min-height: 10px !important;
}

.affix_ul {
    margin: 0% !important;
    padding: 0% !important;
    background-color: transparent !important;
}

.affix_ul>li {
    margin: 0% !important;
    padding: 0% !important;
}

.affix_ul {
    min-height: 10px !important;
}

.affix-top {
    position: absolute;
    bottom: 0px !important;
}

.affix_ul li.active>a {
    color: #b63031 !important;
    background-color: white !important;
}

.affix_ul a {
    background-color: transparent !important;
    float: right !important;
    font-size: 16px;
    color: white !important;
    border: none !important;
    margin: 1% 0.1% !important;
    padding: 0.2% 1.5% !important;
    border-radius: 15px !important;
    outline: none !important;
    float: right !important;
    line-height: 26px !important;
}

@media only screen and (max-width: 480px) {
    .affix_ul a {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .no-more-tables_mobile {
        font-size: 10px;
    }

    .no-more-tables_mobile caption label {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1365px) {
    .affix {
        top: 100px;
        width: 100%;
        z-index: 100 !important;
        position: fixed;
        bottom: auto !important;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 768px) {
    .affix {
        top: 85px;
        width: 100%;
        z-index: 100 !important;
        position: fixed !important;
        bottom: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .affix {
        top: 70px;
        width: 100%;
        z-index: 100 !important;
        position: fixed;
        bottom: auto !important;
    }
}

@media only screen and (max-width: 340px) {
    .affix_ul a {
        font-size: 10px !important;
        line-height: 20px !important;
    }
}