@import url("/Assets/CSS/Lesson.css");

audio {
	display: block;
	margin: 0.5rem auto;
}

#Numbers td {
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	width: 4rem;
	height: 2rem;
	cursor: pointer;
	transition: all 0.5s;
}

#Numbers tr:nth-child(odd) td:hover, .highlight {
	color: #E74A22;
	font-size: 2.5rem;
}