#place-list-block {
	display: none;
	margin-bottom: 250px;
}
#place-list-filler {
	height: 250px;
}	
#place-list {
	background-color: white;
}
.list-place-item:hover {
	cursor: pointer;
	background-color: darkgrey;
}



