@charset "utf-8";

th, td {
	border: thin solid #000;
}

th {
	color: #fff;
	background-color: #390;
}
tr:nth-of-type(even) {
	background-color: #9fc;
}
tr:nth-of-type(odd) {
	background-color: #339900;
}
tr:first-child {
	font-weight: bolder;
	color: #FF0;
	font-size: 24px;
}
tr:first-child td:first-child {
	font-size: 36px;
}
table {
	display: table-cell;
	border-collapse: collapse;
}

