/* Hier kan eventueel nog css aanvullingen staan */
p.caption {
	font-style: italic; 
	margin: 3px 2px 4px 2px;
}
a.knop {
	background-color: white; 
	border: 2px solid teal;
	color: black; 
	border-radius: 8px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 6px 2px;
	cursor: pointer;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2)
}
a.knop.selected {
	background: teal;
	color: white; 
}
a.knop:hover {
	background: teal;
	color: white; 
}
