tr.header:nth-child(odd) {
	background-color: #e78181;
}

tr.header:nth-child(even) {
	background-color: #e78181;
}

tr:nth-child(odd) {
	background-color: white;
}

tr:nth-child(even) {
	background-color: #b4d4f3;
}

tr:hover {
	background-color: #f3b4b4;
}

table.extraction {
	font-size: 12;
}