.autocomplete-suggestions {font-size: 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ebebeb; background: #FFF; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 9.1px 6px; white-space: nowrap; overflow: hidden;text-overflow:ellipsis; position: relative;}
.autocomplete-no-suggestion { padding: 9.1px 6px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3666D5; }
.autocomplete-group { padding: 9.1px 6px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestion::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #cbcbcb;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
 .autocomplete-suggestion::before {
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 50% 100%;
    }   
}
@media only screen and (-webkit-device-pixel-ratio: 3){
 .autocomplete-suggestion::before {
    -webkit-transform: scaleY(.6);
    -webkit-transform-origin: 50% 100%;
    }     
}