
.remweg_bar {
	display: block;
	margin-bottom: 3px;
	padding: 10px;
	background-color: #E9F4F9;
}

ul.square-list li {
	margin-bottom: 8px;
	margin-left: 15px;
	list-style-type: square;
}

/* Tables 
*/
table.boetes {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 20px;
}

table.boetes th, table.boetes td {
	padding: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 25%;
	vertical-align: top;
}

table.boetes td {
	line-height: 18px;
}

table.remweg {
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

table.remweg th, table.remweg td {
	border-top: 1px solid #000;
	padding: 8px;
	width: 25%;
	vertical-align: top;
}

