div.suggestions {
	position: absolute;
	width: 416px;
	padding: 5px;
	min-height: 80px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333333;
	background-color: rgba(255,255,255,.95) !important;
	background: #fff;
	border: 2px solid #cdcdcd;
	border-top: none;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	line-height: 120%;
	cursor: pointer;
	z-index: 10000;
}

div.suggestions div.current {
	color: #ffffff;
	background-color: #333333;
}

@media only screen and (min-width: 660px) and (max-width: 789px) {
	div.suggestions {
		width: 322px;
		min-height: 100px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 464px) {
	div.suggestions {
		width: 282px;
		min-height: 100px;
	}
}
