.navbar_searchablelocation_ul {
    font-size: 14px;
    list-style: none;
    padding-left: 0px;
}
.navbar_searchablelocation_ul>li :hover {
    cursor: pointer;
    background: rgb(245, 245, 245);
    text-decoration: none;
}

.navbar_searchablelocation_ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color:  #333;
    white-space: nowrap;
}
