@import url("/Assets/CSS/Lesson.css");

table th, table td {
	text-align: center;
}
	#Thumb-1 table td:nth-child(1) {
		text-align: left;
		width: 10rem;
	}
	#Thumb-1 table td:nth-child(2) {
		width: 6rem;
	}
	#Thumb-1 table td:nth-child(3) {
		width: 6rem;
	}
	#Thumb-1 table td:nth-child(4) {
		width: 10rem;
	}

#Thumb-1 ul.usage li {
	padding-top: 1rem;
}
	#Thumb-1 ul.usage li:first-child {
		padding-top: 0;
	}

#Thumb-1 ul.usage ul li {
	padding-top: 0;
}

	#Thumb-3 table td:nth-child(1) {
		text-align: left;
		width: 6rem;
	}
	#Thumb-3 table td:nth-child(2) {
		width: 6rem;
	}
	#Thumb-3 table td:nth-child(3) {
		width: 6rem;
	}
	#Thumb-3 table td:nth-child(4) {
		width: 10rem;
	}

#Thumb-4 table.french {
	margin: 1em 2em;
}
	#Thumb-4 table.french th {
		font-size: 1.2em;
	}
	#Thumb-4 table.french td {
		padding: 0.1em 2em;
	}

#Thumb-4 table.mergeRows thead {
	border-bottom: thin solid white;
	font-size: 1.1rem;
}
	#Thumb-4 table.mergeRows thead tr:first-child th:first-child, #Thumb-4 table.mergeRows thead tr:last-child th:nth-child(2), #Thumb-4 table.mergeRows td:nth-child(2) {
		border-right: thin solid white;
	}
	#Thumb-4 table.mergeRows thead tr:first-child {
		font-size: 1.2rem;
	}
	#Thumb-4 table.mergeRows td:nth-child(odd) {
		color: #8888FF;
	}
	#Thumb-4 table.mergeRows td:nth-child(even) {
		color: #FF8888;
	}