.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #a9b3b7; background: #fff; 
    /* core styles should not be changed */
    position: absolute; display: none; z-index: 99999999999; font-size:13px;max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box; border-radius:3px;
}
.autocomplete-suggestion { position: relative; padding:5px 10px; border-bottom:solid 1px #eee; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; padding-left:15px; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }
