@charset "utf-8";

table.sortable tbody tr:nth-child(even) td {
	background-color: #666666;
}

table.sortable tbody tr:nth-child(odd) td {
	background-color: #999;
}

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

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

#tournamentnav {
	padding-top: 25px;
	float: left;
	width: 150px;
}
#stats {
    margin-left: 150px;
	padding-top: 75px;
}

table {
	border: 2px solid white;
	font-family: Calibri;
	text-align: center;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

caption {
	font-size: 5;
	color: #FFFFFF;
	font-weight: bold;
}

th {
	white-space: nowrap;
	background-color: #000000;
	font-size: 4;
	color: #FF0000;
	height: 50px;
	cursor: pointer;
}

td, tr {
	border: 0;
	font-size: 4;
	color: #FFFFFF;
	text-align: center;
}

#pname {
	text-align: left;
	padding-left: 10px;
}