.autocomplete-highlighted {
	background: #f5f5f5;
	cursor: pointer;
}

.ui-widget-content {
	border: none !important;
}
.ui-menu-item {
    padding: 17px 30px !important;
	border: none !important;
	/*font-size: 21px !important;
	font-weight: 200 !important;
	line-height: 2.1428571435 !important;*/
}

.ui-menu .ui-menu-item {
	list-style-image: none !important;
}

.ui-state-focus {
    margin: 0 !important;
}

.ui-menu-item:hover, .ui-state-focus, .ui-state-focus:hover {
	background: #f5f5f5 !important;
	border: none !important;	
}

