@charset "utf-8";
.ac_results {	
	
	padding-top: 5px;	
	padding-bottom: 10px;	
	white-space: nowrap;
	text-shadow: 0 0 0px;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 1em;
	display: block;
	z-index: 999999999999999999999999999;
	width: 600px;
	
	
}

.ui-autocomplete {
    overflow: auto;
    }


.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	text-shadow: 0 0 0px;
	padding-left: 5%;
	overflow-x: hidden;
	width: 500px;
	
	}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	font-size: 1.5em;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	width: 100%;
	padding-left: 5%;
	overflow-x: hidden !important;
	background-color: #FFFEFD!important;
	color: #1A11E8;
	display: inline;
	height: 60px;
	line-height: 60px;
	
		
}

.ac_results ul li a{

	color: blue!important;
	font-size: 0.8em;
	text-align: left!important;
	
}

.ac_results ul li a:hover{

	background-color:white!important;
	width: 100%;
	color: pink!important;
	text-align: left!important;
	
}
.ac_results ul li a:actve{

	background-color:white;
	
}
.ac_results ul li a:visited{

	background-color:white;
	
}
.ac_results ul li a:link{

	background-color:white;
	
}
.ac_results ul {
	
	margin:0px !important;
	padding: 0px !important;
	overflow-x: hidden !important;
	
	
}

.recipe-image-thumb
{
	
	width:50px;
	height: 50px;
	border-radius:5px;
	display: inline-block;
	vertical-align: middle;
	border: thin solid rgba(219,219,219,1.00);
	
	
}


@media screen and (max-width : 760px){
	.ac_results ul {
		
		display: block!important;
	}
	
}

