h2 { 
	font-size: 24px;
}

h3 { 
	font-size: 18px; 
}

.warn {
	background-color:yellow; 
	color:red; 
	font-weight:bold;
}

table,th,tr,td {
	border-collapse:collapse;
	border-style: none;
	border-width:thin;
	padding: 1px 5px;
	margin-bottom: 10px;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

tr.totaal td {
	font-weight: bold;
	background-color: silver;
}

input.number {text-align: right;}


.error { color: red; }

table.admin, table.admin tr {
	border-style: solid;
border-width:thin;
}