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



