#store-list-button {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

#store-list-button:hover {
	text-decoration: none;
	cursor: pointer;
}