.mepr_mepr_institution_id{display:none;}
.autocomplete-results {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}
.autocomplete-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.autocomplete-results li {
    padding: 6px 10px;
    cursor: pointer;
}
.autocomplete-results li.active,
.autocomplete-results li:hover {
    background: #0073aa;
    color: #fff;
}
