.autocomplete-suggestions {
    z-index: 1000000000;
    margin-top: 0;
    cursor: default;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);

    position: absolute;
    display: none;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestions .inner {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}
