.autocomplete-suggestions {
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}


    .autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

/*@media only screen and (min-width: 1100px) {
    .autocomplete-suggestion {
        padding: 1vw 2vw;
        font-size: 4vw;
    }

    .autocomplete-suggestions {
        max-height: 254px;
    }
}*/
