﻿div.tarieven {
	margin-top: 130px;
}

/*.tarieven div.dubbel {
	margin-top: 100px;
	height: 200px;
}

.plus20 {
	margin-top: 90px;
}*/
div.kop {
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	width: 60%;
	margin-left: 20%;
}

.tarieven .inhoud {
	background-color: white;
	min-height: 400px;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 30px;
}

.tarieven table {
	width: 100%;
	margin-top: 10px;
	border: solid 2px lightgrey;
}
.tarieven td, th {
}
.tarieven th {
	padding: 6px 15px;
	border: solid 2px lightgrey;
}
.tarieven td {
	padding: 3px 15px;
	border-left: solid 2px lightgrey;
}
	/*.tarieven td:first-child {
		font-weight: bold;
		width: 50%;
	}*/
.tarieven li {
	color: #fd622f;
}
.tarieven li span {
	color: #3f495c;
}