* {
	margin: 0;
	padding: 0;
}
body, textarea, input, select {
	font-family: Arial;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 20px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0 0 15px;
}
h3 {
	font-size: 16px;
	margin: 0 0 10px;
}
h4 {
	font-size: 13px;
	margin: 0 0 5px;
}
p {
	margin: 7px 0;
}
img {
	border: none;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
}
ol {
	margin-left: 20px;
}
a {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
}
:focus {
	outline: none;
}
:root {
	overflow-y: scroll !important;
}
table {
	border-collapse: collapse;
}
thead td {
	font-weight: bold;
}
td, th {
	vertical-align: top;
}
th {
	text-align: left;
}
hr {
	border: none;
	background: #000;
	color: #000;
	height: 1px;
}
.links {
	float: left;
	margin: 0 10px 0 0;
}
.rechts {
	float: right;
	margin: 0 0 0 10px;
}
td~td {}
.vlakwrapper {
	display: inline-block;
}
