@import url("/Assets/CSS/Lesson.css");

table.conjugation {
	margin-top: 0;
}
	table.conjugation th {
		font-size: 1rem;
		font-weight: normal;
	}
	table.conjugation td {
		vertical-align: middle;
		text-align: center;
		font-size: 1.5rem;
	}
		table.conjugation td.french {
			text-align: left;
			font-size: 1rem;
		}

ul.gap li {
	margin-bottom: 1.5em;
}
ul.gap li li {
	margin-bottom: 0;
}