.autocomplete-suggestions {
    text-align: left; cursor: default; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 4px; border: 1px solid #ccc; border-top: 0; background: #fff;

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #333; }
.autocomplete-suggestion b { font-weight: bold; font-size: 1.1em; color: #ff0008; }
.autocomplete-suggestion.selected { background: #f0f0f0; }