@import url("/Assets/CSS/Lesson.css");

label {
	margin: 0.5rem 0;
	font-size: 1.6rem;
	width: 1.8rem;
	height: 2rem;
}

div[id^="Thumb-"] table tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
	div[id^="Thumb-"] table tr:first-child:hover {
		background: none;
	}

table td, table th {
	padding: 0.5rem 2rem;
	text-align: center;
	vertical-align: middle;
}
	table td:nth-child(2) {
		font-size: 1.6rem;
	}