.bpl_search_box {
    width: fit-content;

    margin-bottom: 25px;
    padding: 10px 25px;

    background-color: #EAEAEA;
}

#bpl_search_box {
    position: relative;
}

#bpl_search_box .twitter-typeahead {
/**    display: unset !important;**/
}

#bpl_search_box .tt-menu {
    left: unset !important;
    top: 50px !important;

    padding: 8px;

    background-color: white;
    border: 1px solid #767676;
}

#bpl_search_box .tt-menu .tt-suggestion.tt-selectable {
    cursor: pointer;
}

#bpl_search_box .tt-menu .tt-suggestion.tt-selectable:hover {
    background-color: #767676;
    color: white;
}