body {
	visibility:hidden;
	position: relative;
	width: 100%;
	top:0;
	left:0;
}
body * { 
	margin:0;
	padding: 0;
	height:0px;
	position: relative;
	left:0;
	top:0;
	width: 100%;
	float: left;
}
#M014C #form-output * {display: block !important}
#form-output {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	visibility: visible;

}
#form-output > div{
	padding: 0 20px 20px 20px;
	margin-bottom: 50px;
}
#form-output > div:first-child *{
	margin-bottom: 10px;	
}

#form-output table,
#form-output td{
	width: 100%;
}
#form-output td{
	width: 25%
}
#form-output * {
	width: 100%;
	display: block;
	height: auto;
	line-height: 1.2em;
}
#form-output h2 {
	font-size: 5mm;
	border-bottom:1px solid #000;
	background-color: black;
	color:#fff;
	line-height: 1.2em;
}
#form-output h5 {
	margin: 10px 0 5px 0 ;
	display: inline-block;
	width: auto;
	
}

#form-output a.download-toelichting{
	display: none;
	visibility: hidden;
	height: 0px;
}

#form-output p{
	margin: 5px 0 5px 0 ;
	display: inline-block;
	width: auto;
}

#form-output p.first{
	width: 40%;
}

#form-output p.second{
	width: 60%;
	clear: right;
}