Fiddle
I\'m trying to style the sections inside the AutoComplete, but I don\'t know what to put in the CSS for the sections. I\'m specifically trying to mak
You can overwrite the classes in your own css using !important, e.g. if you want to get rid of the rounded corners.
.ui-corner-all { border-radius: 0px !important; }