.ui-autocomplete {
    margin: 0;
    padding: 0;
    border: solid 1px red;
    background: #fff;
    width: 296px;
    list-style: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px #BED2DC;
    top: -472px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute !important;
}

    .ui-autocomplete li {
        display: block;
        padding: 5px 13px;
        padding-right: 0;
        font-size: 15px;
        color: #666;
        font-size: 13px;
    }

        .ui-autocomplete li:hover, .ui-autocomplete .ui-state-focus {
            background-color: #BED2DC;
        }

.ui-front {
    z-index: 100;
}
.ui-helper-hidden-accessible {
    display: none;
}