.btn-outline-secondary>.dropdown-menu { 
    background-color: white !important; 
} 
.btn-outline-secondary:hover { 
    background-color: white !important; 
    color: black !important; 
} 
 
a.btn.btn-secondary.option_button { 
    color: white !important; 
    font-weight: normal !important; 
} 
@media (min-width: 769px) {
    .browse-options {
        text-align: right;
    }
}