
.nwtabel {
	display: table;
	background: #eeeeee;
	width: 98%;
	border: 1px solid #CCCCCC;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 13px;
	height: 30px;
	outline: medium none;
}

.nwtabel2 {
	display: table;
	background: #eeeeee;
	width: 99%;
	border: 1px solid #CCCCCC;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 14px;
	height: 30px;
	outline: medium none;
}

.nwtabel3 {
	display: table;
	background: #eeeeee;
	width: 100%;
	border: 2px solid #aaCaCC;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 13px;
	outline: medium none;
}

.nwtabel4 {
	display: table;
	background: #eeeeee;
	width: 300px;
	border: 2px solid #aaCaCC;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 13px;
	outline: medium none;
}

.nwtabelrij {
	display: table-row;
}

.nwtabelcel {
	display: table-cell;
	padding: 1px 5px 1px 5px;
	text-align: center;
}

.nwtabelcel2 {
	display: table-cell;
	padding: 1px 5px 5px 5px;
	text-align: center;
	width: 140px;
}






.nwtabelform {
	display: table;
	background: #eeeeee;
	width: 400px;
	border: 1px solid #CCCCCC;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 13px;
	height: 30px;
	outline: medium none;
}
.nwtabelcelform {
	display: table-cell;
	padding: 1px 5px 5px 5px;
	text-align: left;
}

.nwtabelcelcs {
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
	padding: 5px;
	text-align: center;

	border-radius: 8px;
	background: #cccccc;
}