@import url("/Assets/CSS/Lesson.css");

table tr:nth-child(1) th {
	padding-bottom: 0;
}
table tr:nth-child(2) th {
	padding-top: 0;
}
table tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
	table tr:hover td {
		color: #FFFFFF;
	}
	table tr:nth-child(1):hover, tr:nth-child(2):hover {
		background: none;
	}

table th:first-child {
	text-align: left;
}
	table th:nth-child(2), table th:nth-child(3) {
		color: #8888FF;
	}
	table th:last-child {
		color: #FF8888;
	}

table td:nth-child(2), table td:nth-child(3) {
	text-align: center;
	color: #8888FF;
}
table td:nth-child(4) {
	text-align: center;
	color: #FF8888;
}