.autocomplete-selected {
    background: #95d666;
}

.autocomplete-suggestions {
    background: #fff !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    font-size: smaller;
    padding: 10px;
}

.autocomplete-suggestion {
    padding: 5px;
}

label.error {
    font-size:smaller;
    color:red;
}

body.wait *, body.wait
{
    cursor: progress !important;
}