.w247-autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: fixed; display: none; z-index: 999900; max-height: 190px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
    bottom: 40px !important;
    width: 617px  !important;
    height: auto;
    top: auto !important;
    padding-top: 3px;
}
.w247-autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.w247-autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.w247-autocomplete-suggestion.selected { background: #f0f0f0; }
