.ui-autocomplete-category {
 font-size: 18px;
 font-weight: bold;
 padding: .2em .4em;
 margin: .8em 0 .4em;
 line-height: 0.4;
 border-bottom:thin solid black;
 background: white;
}

.ui-autocomplete {
 background: white;
}

ul#ui-id-1 li {
	list-style: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
 background: #99CCFF;
 color: black;

}

div.query-results p {
	padding-bottom: 10px;
}
div.query-results hr {
	margin: 10px 0;
}
