#place-list {
	background-color: white;
}
.list-place-item:hover {
	cursor: pointer;
	background-color: darkgrey;
}



