.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #4A5F74; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* 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;
}

.as-hint { position: relative; padding: 5px 10px; line-height: 1.2; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ font-size: 0.9rem; color: #fff; background:#4A5F74;margin:0;font-weight:400}

.autocomplete-suggestion { position: relative; padding: 4px 10px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.9rem; color: #222; border-bottom:1px solid #aaa;}
.autocomplete-suggestion b { font-weight: normal; color: #4A5F74; }
.autocomplete-suggestion.selected { background: #d7eaf6; }
