html
{
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
}

a.bold
{
	font-weight: bold;
}

table
{
	border-collapse: collapse;
	margin: auto;
	width: 800px;
}

table th,
table td
{
	border: 1px black solid;
	font-size: 2em;
	background-color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	padding: 0;
}

table th
{
	color: white;
	background-color: #5a3f33;
	padding: 5px 15px;
}

table th.min
{
	width: 1px;
}

table tr.small th
{
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.8);
}

table tr.buttons-line td
{
	border: 0;
	background-color: transparent;
	font-size: 1em;
	text-align: left;
}

table tr.buttons-line td.submit-run
{
	text-align: right;
}

table tr.buttons-line a
{
	display: inline-block;
	background-color: #5a3f33;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	margin: 5px;
	border-radius: 6px;
}

table td em,
table td span
{
	margin: 5px 15px;
}

th.blocky
{
	padding: 0;
}

th.blocky a
{
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}

th.blocky a:hover
{
	background-color: #998372;
}

td.blocky a
{
	display: block;
	color: black;
	text-decoration: none;
	padding: 5px 15px;
}

td.blocky a:hover
{
	background-color: rgba(255, 255, 255, 0.8);
}

table th a
{
	color: white;
	text-decoration-style: dashed;
}

#dummy
{
	height: 40px;
}

#footer
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d7cfc0;
	border-top: 1px black solid;
}

#footer a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

form label
{
	display: inline-block;
	width: 100px;
	text-align: left;
}

form input,
form select
{
	width: 200px;
}

form input[type="submit"]
{
	height: 50px;
	background-color: #5a3f33;
	color: white;
	font-weight: bold;
	border-radius: 10px;
	font-size: 0.8em;
}

#success
{
	font-size: 0.6em;
	border: 1px green solid;
	background-color: rgba(50, 255, 50, 0.6);
	display: inline-block;
	padding: 5px;
	margin: 5px;
}

#berk
{
	display: none;
}

span.subtitle
{
	font-size: 0.7em;
	font-style: italic;
}
