.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #2980b9; 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:#2980b9;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: #2980b9; }
.autocomplete-suggestion span {display:block;color:#2980b9;font-size:0.7rem;text-indent:5px;}
.autocomplete-suggestion.selected { background: #d7eaf6; }
