@import url("/Assets/CSS/Lesson.css");

table:not(.notes) tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

table:not(.notes) td:nth-child(1) {
	text-align: center;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 700;
}
table:not(.notes) td:nth-child(2) {
	text-align: center;
}

.rule, .typo {
	color: #AAAAAA;
}
	.typo::before {
		content: "Typographie : "
	}