h4.results-text {
	display: none;
}
ul.results {
	display: none;
	width: 100%;
	margin-top: 4px;
	border: 1px solid .f5f5f5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 14px;
	-webkit-box-shadow: rgb(0 0 0 / 15%) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgb(0 0 0 / 15%) 0 1px 3px;
	position: absolute;
	top: 34px;
	background: white;
	padding-left: 5px;
	max-height: 507px;
	overflow-y: scroll;
}
ul.results li {
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid .cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	list-style: none;
}
ul.results li:first-child {
	border-top: none;
}
ul.results li h3, ul.results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #616161;
	line-height: 10px;
	font-size: 13px;
}