@import url("/Assets/CSS/Lesson.css");

body {
	background: url("/Assets/Images/GreenBlackboard.jpg") no-repeat fixed center;
	background-size: cover;
}

table {
	width: 60rem;
}
	table th {
		text-align: left;
		font-size: 1.6rem;
	}
	table h2 {
		margin: 2rem auto 0;
		text-align: center;
		font-size: 1.4rem;
	}
	table td {
		width: 50%;
	}
	table ul:not(ul ul) {
		margin-top: 0.2rem;
	}

table:not(.notes) tr td:last-child a {
	color: #BA73B0 !important;
}
table:not(.notes) tr td:last-child a:hover {
	color: #954A8B !important;
}

p.notes {
	font-size: 0.9rem;
	margin: 0 0 5rem 51%;
}
table.notes {
	margin: 0;
}
	table.notes td:first-child {
		width: 1rem;
	}
	table.notes td:last-child {
		width: 99vw;
	}

img.thumb {
	width: 10rem;
	vertical-align: top;
	transition: all 1s;
}
	img.thumb:hover {
		filter: grayscale(100%);
	}