.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    font-size: 14px;
    /* core styles should not be changed */
    position: absolute; 
    display: none; 
    z-index: 9999; 
    max-height: 300px;
    /*width: 467px !important;*/
    overflow: hidden; 
    overflow-y: auto; 
    box-sizing: border-box;
}
.autocomplete-suggestion { margin-bottom: 10px;cursor: pointer; position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }

.autocomplete-suggestion b { font-weight: bold; color: #000; }
.autocomplete-suggestion img {
	width: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.autocomplete-suggestion.selected {background-color: #fbeaaa; }

@media screen and (max-width: 768px) {
    .autocomplete-suggestions { 
        width: 320px !important;
    }
}
