.autocomplete > div.selected {
    background: #729fcf;
}

.autocomplete > div:hover:not(.group) {
	color: white;
	background: #5498e4;
}
