@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
	color: #fff;
}

section {
	width: 980px;
	min-height: calc(100vh - 240px);
	min-height: -webkit-calc(100vh - 240px);
	min-height: -moz-calc(100vh - 240px);
	margin: auto;
}

table tbody tr:nth-child(even) td {
	background-color: #666666;
}
table tbody tr:nth-child(odd) td {
	background-color: #999;
}
	
table {
	border: 2px solid white;
	border-spacing: 0px;
	align: center;
	margin-left: auto;
	margin-right: auto;
}

caption {
	font-weight: bold;
	color: #FFF;
	font-family: Calibri;
	font-size: 24px;
}

th {
	text-align: center;
	height: 50px;
	white-space: nowrap;
	background-color: #000;
	font-size: 18px;
	font-family: Calibri;
	color: #F00;
	cursor: pointer;
}

td, tr {
	border: 0;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	font-family: Calibri;
	font-size: 17px;
}
	
	
