.tekststandaard {
  font-family:Arial;
  font-size: 12px;
  font-weight: bold;
  color:#636466;
}

.tekstgroenkop {
  font-family:Arial;
  font-size: 14px;
  font-weight: bold;
  color: #7ac142;
}

.input_field{
	font-family:			Arial;
	font-size:				12px;
	font-weight:			normal;
	border: 				1px solid #7ac142;
	background-color: 		#f8fbe9;
	color: 					#000000;	
}
.empty_input{
	font-family:			Arial;
	font-size:				12px;
	font-weight:			normal;
	color:#000000;
	background:#fbc8c9;
	border:1px solid #ec008c;
}
.button{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	border: 				1px solid #7ac142;
	background-color: 		#7ac142;
	color: 					#ffffff;	
}
