@charset "utf-8";

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

#wrapper {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 980px;
	min-height: calc(100vh - 250px);
	min-height: -webkit-calc(100vh - 250px);
	min-height: -moz-calc(100vh - 250px);
	margin: auto;
}

form {
	position: relative;
	width: 500px;
	left: 125px;
}

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

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

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

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;
}

#main {
	width: 980px;
}

.title {
	font-family: Calibri;
	font-size: 17px;
	font-weight: bold;
}	

.team {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border: 1px solid #FFF;
}

.blank {
	width: 12.50%;
	height: 25px;
	border: 0px;
}

.top {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-top: 1px solid #FFF;
}

.topright {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.topleft {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.bottom {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-bottom: 1px solid #FFF;
}

.bottomright {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.right {
	text-align: center;
	width: 12.50%;
	height: 25px;
	border-right: 1px solid #FFF;
}	