.br-list{
    border-bottom: 1px solid rgba(255, 255, 255, 0.124);
    padding: 0px;
}
.br-divider{
    color: rgba(255, 255, 255, 0.124);
    font-weight: 100;
}
.nav-footer{
    padding: 3px 6px; 
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    cursor: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.403);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nav-footer:hover{
    color: white;
    background-color: #415475;
}
.nav-footer:focus{
    color: white;
    background-color: #4154758a;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    div#nav-tab.nav{
        text-align: center;
        text-align: justify;
    }
}