body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #ECFBCE;
	padding:15px;
}
.titel {
	font-size: 16px;
	font-weight: bold;
	color: #663399;
}

div#lijst {
	max-width: 800px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 595px) {
	div.row {
		display: flex;
		flex-direction: column;
	}
	div.col1 {
		margin-bottom: 10px;
	}
	div.col2 {
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 600px) {
	div.row {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	
	div.col1 {
		width:50%;
	}
	
	div.col2 {
		width:50%;
	}
}

div.row {
	padding:10px;
}


div.row.hoofd {
	border-top: 2px solid grey;
	background-color: white;
}

div.row.sub {
	border-top: 1px solid grey;
}

#topborder1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

#topborder2 {
	padding: 3px 3px 3px 20px;

}

div.familienaam {
	font-weight: bold;
}
#fout {
	font-weight: bold;
	color: #FF0000;
}

form#editbuttonform {
	text-align: right;
	margin-top: 10px;
}
input,
select {
	padding:5px 10px 5px 10px;
}
textarea {
	min-height: 300px;
}