#search-bar .ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	width: 360px !important;
	max-width: 98%;
	padding: 10px 1% 20px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	list-style-type: none;
	left: 0 !important;
	z-index: 200;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
    right: 0 !important;
    top: 38px !important;
    max-width: 100%;
    position: absolute;
}


.ui-autocomplete li {
	padding: 0 10px 10px;
}

.ui-autocomplete li a {
	cursor: pointer;
}