.autocomplete-container {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-main-text {
    font-size: 14px;
    font-weight: bolder;
}

.autocomplete-secondary-text {
    font-size: 12px;
    color: gray;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #eee;
}