body {
	margin:2em 0 4em 0;
	padding:0;
	background:#222831;
	color:#EEEEEE;
	font-family:'Trebuchet MS', helvetica, sans-serif;
	font-size:1.25rem;
	line-height:1.5;
}

#form {
	display:none;
}

.content {
	margin:0 1em 0 1em;
}

@media (min-width: 800px) {
	.content {
		width:800px;
		margin:auto;
	}
}

span {
	color:#fff782;
	cursor:help;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#fff782;
}

a:hover {
	color:#fff782;
	text-decoration:underline;
}

h1 {
	font-size:6rem;
	margin:0.4em 0 0.4em 0;
}

h1,h2 {
	color:#faa61a;
}

.button {
	background:#393E46;
	color:#EEEEEE;
	display: inline-block;
	padding:0.2em 0.4em;
}

input[type=text],select {
	font-size: 1.25rem;
	width:50%;
	margin-bottom:0.5em;
	box-sizing:border-box;
}

input[type=checkbox] {
	margin:0 10px 0 20px;
}

input[type=submit] {
	background:#393E46;
	color:#EEEEEE;
	display: inline-block;
	font-size:1.25rem;
	border:none;
	font-family:'Trebuchet MS', helvetica, sans-serif;
	padding:0.2em 0.4em;
	margin:10px 0;
}

table {
	width:100%;
	border-collapse:collapse;
	margin:2em 0 1em 0;
}

td {
	text-align:left;
}

.date {
	text-align:right;
}

tr {
	border:solid;
	border-width:1px 0;
	border-color:#888;
}

.results {
	margin:1em 0 1em 0;
}

.results tr {
	border:none;
}

.results td {
	width:50%;
}

img {
	vertical-align:middle;
}

.photos {
	width:100%;
	border-radius:20px;
}

.download:hover {
	text-decoration:none;
}

.download span {
	background:#393E46;
	color:#EEEEEE;
	padding:0.2em 0.4em;
	margin-left:0.4em;
}