/*html, body {
	background-color: black;
	color: white;
	font-family: arial;
	margin: 10px;
	padding-left: 15px;
	font-weight: bold;
    font-size: 24px;
}

fieldset {
	display: table;
}

div.row {
	display: table-row;
}

div.row label {
	display: table-cell;
}

div.row input {
	display: table-cell;
}

div#tournament {
	float: right;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	border-bottom-width: 1px;
}

ul#nav {
	display: block;
	list-style-type: none;
	padding: 0px;
	width: 100%;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	border-bottom-width: 1px;
	height: 21px;
}

ul#nav li {
	height: 20px;
	margin-left: 10px;
	float: left;
	padding: 0px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

ul#nav li.active {
	border-bottom-color: white;
}

table {
    display: inline-block;
	width: 100%;
	column-count: 2;
	border-width: 3px;
	border-color: white;
	border-collapse: collapse;
}

table td, table th {
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

table th {
	border-width: 2px;
}

tr.hrrow td {
	border-top-width: 5px;
	border-bottom-width: 5px;
}*/
