.autocomplete-suggestions {
    background-color: white;
    border: 1px solid #EEEEEE;
    position: absolute;
    width: 85%;
    z-index: 10;
}

.autocomplete-response-item,
.autocomplete-suggestions-head {
    padding: 5px 10px 5px 10px;
    color: #72777a;
}
.autocomplete-suggestions-head {
    font-weight: 700;
}
.autocomplete-response-item.selected {
    background-color: #5897fb;
    color: white;
}