
.autocomplete-suggestions {
    /*width: 450px !important;*/
    /*!*top: 103px !important;*!*/
    border: 1px solid #e7e7e7;
    background: #FFF;
    overflow: auto;
    margin: 3px 0 0 0px;
}

.autocomplete-suggestion {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 7px 2px 7px;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    font-weight: 400;
    font-family: "Segoe UI Semibold", sans-serif;
}

.autocomplete-selected {
    background: #d5e6f6;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #5181b8;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}