
* {
	font-family: 'Bree Serif', serif;
}

body {
	padding: 1em 3em 3em 3em;
	background-color: #053B50;

	color: white;
}

header {
	padding-bottom: 1em;
	text-align: right;
}

h1, h2, h3 {
	margin-top: 0;
}

body.subdomain-uwe {
	background-color: #05504f;
}

a {
	color: #6baec7;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 3em;
	font-weight: normal;
}


/* Tables ---------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table caption {
	text-align: left;
	font-size: 1.5em;
	padding: 0.2em;
}

table th, 
table td {
	vertical-align: top;
	padding: 1px 5px;
}

table tbody th {
	font-weight: normal;
	border-right: 1px solid white;
}

table tbody tr th,
table tbody tr th + td {
	border-top: 1px solid white;
}

table td small {
	opacity: 0.6;
}


/* Forms ---------------------------- */

form {
	background: rgb(99, 141, 171);
	padding: 1em 2em;
	margin-bottom: 1em;
}

form p label {
	min-width: 100px;
	margin-right: 5px;
	float: left;
}

input {
	border: 2px solid transparent;
}

input:focus:invalid {
	border: 2px solid red;
}

input[type=submit] {
	cursor: pointer;
	margin-left: 105px;
	min-width: 140px;
}

form:invalid input[type=submit],
input[type=submit]:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.item-valid {
	color: green;
}

.item-invalid {
	color: red;
	background: black;
}
