recipe>title {
	font-size: large;
	font-weight: bold;
}

preparation:before {
	content: "Bereiding";
	font-size: medium;
	font-weight: bold;
	display: block;
}

preparation {
	display: block;
}

ingredients:before {
	content: "Ingredienten";
	font-size: medium;
	font-weight: bold;
}

ingredients {
	
	display: block;
}

time {
	display: block;
	padding: 4pt 4pt 4pt 4pt;
}

amount, unit {
	margin-right: 4pt;
}

nutriens:before {
	content: "Voedingswaarde";
	font-size: medium;
	font-weight: bold;
}

ingredient,nutrient {
	display: list-item;
	margin-left: 13pt;
}

source,image {
	display: none;
}


