@import url("/Assets/CSS/Lesson.css");

table table:first-child {
	margin-right: 5rem;
}
table table:last-child {
	margin-left: 5rem;
}
table table td {
	font-size: 1.5rem;
}
table td:first-child td:nth-child(1),
table td:first-child td:nth-child(3) {
	padding-left: 1.5rem;
	padding-right: 0.2rem;
}
table td:first-child td:nth-child(2),
table td:first-child td:nth-child(4) {
	padding-left: 0.2rem;
	padding-right: 1.5rem;
}

table th, table td {
	font-size: 1.1rem;
	text-align: center;
}

[id^="Thumb"] table td {
	width: 50%;
}
#Thumb-3 table {
	width: 30rem;
}