#play-button {
	width: 100%;
}

#game {
	width: 100%;
}

#scores {
	width: 100%;
}

.hidden {
	display: none;
}

td {
	background-color: green;
}

.button {
	border: none;
	background-color: transparent;
	width: 35px;
	height: 35px;
	font-size: 33px;
	line-height: 20px;
	padding: 0;
}

/* buttons */
.button-blank {
	color: transparent;
}

.button-light {
	color: white;
}

.button-dark {
	color: black;
}

.button-possible-light {
	cursor: pointer;
	color: rgba(220, 220, 220, 0.5);
}

.button-possible-dark {
	cursor: pointer;
	color: rgba(45, 45, 45, 0.5);
}
