body {
	background: url('https://www.cordeelqc.nl/img/background.jpg');
	background-color: #146584;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.headerlogo {
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	opacity: 0.8;
	text-align: center;
}

.headerlogo img {
	width: 150px;
}

.footer {
	background-color: #ffffff;
	margin-top: 50px;
	height: 150px;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	color: #000000;
	opacity: 0.8;
}

.pagina {
	background-color: #ffffff;
	opacity: 1;
	padding: 30px;
	margin: 10px;
	color: #000000;
	width: auto;
}

.aanmaak {
	border: 1px #ffffff solid;
	padding: 3px;
	width: 100%;
}

.afwachting {
	border: 1px #ffffff solid;
	padding: 3px;
	background-color: #FF9F30;
	width: 100%;
}

.akkoord {
	border: 1px #ffffff solid;
	padding: 3px;
	background-color: #02E02B;
	width: 100%;
}

.afgewezen {
	border: 1px #ffffff solid;
	padding: 3px;
	background-color: #FF2929;
	width: 100%;
}

.tabelbreak {
	word-wrap: break-word; 
	white-space: normal;
}