.profitplus_autocomplete_cf {
    width: 100%;
}

.profitplus_autocomplete__item {
    max-width: 800px;
}

.profitplus_autocomplete__item__second-label {
    color: #2a5a8a;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}