@import url("/Assets/CSS/Lesson.css");

table td {
	text-align: center;
}

table.mergeRows thead tr:nth-child(1) {
	font-size: 1.2rem;
}
table.mergeRows thead tr:nth-child(2) {
	font-size: 1rem;
}

#Thumb-1 table.mergeRows td {
	color: #8888FF;
}

#Thumb-2 table.mergeRows td {
	color: #FF8888;
}

table.mergeRows tr:hover td {
	background-color: rgba(255, 255, 255, 0.1);
	color: white !important;
}