
#search_div{
	width: 300px;
	height: 200px;
	max-height: 50vh;
	background-color: white;
	position: absolute;
	left: 200px;
	top: 50px;
	z-index: 99;
	border-radius: 5px;
	display: none;
}
