@import url("/Assets/CSS/Lesson.css");

.variant {
	padding-bottom: 0.3rem;
}

table:not(.notes) td {
	text-align: center;
}

table:not(.notes) thead {
	border-bottom: thin solid white;
	font-size: 1.2rem;
}
	table:not(.notes) thead tr:last-child {
		font-size: 1rem;
	}
table:not(.notes) thead th:nth-child(1),
table:not(.notes) thead th:nth-child(3),
table:not(.notes) tbody td:nth-child(1),
table:not(.notes) tbody td:nth-child(3) {
	border-right: thin solid white;
}
	table:not(.notes) thead tr:first-child th {
		border: none;
	}
	table:not(.notes) tbody td:first-child {
		font-weight: 700;
	}
	table:not(.notes) tbody tr:first-child {
		color: #8888FF;
	}
	table:not(.notes) tbody tr:last-child {
		color: #FF8888;
	}
		table:not(.notes) tbody tr:hover td {
			background-color: rgba(255, 255, 255, 0.1);
			color: white !important;
		}

ul + table:not(.notes) {
	margin: 0.5rem 0 1rem 5rem;
}
	ul + table:not(.notes) tr:nth-child(3) {
		color: #8888FF;
	}
	ul + table:not(.notes) tr:nth-child(4) {
		color: #FF8888;
	}