div.recipe-section {
	display: table;
}

p.recipe-node-title {
	font-size: 20px;
	font-weight: bold;
}

p.recipe-node-title span {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

p.recipe-ingredients-title {
	font-size: 14px; 
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

p.recipe-ingredients {
	margin-top: 0;
}

p.recipe-directions-title {
	font-size: 14px; 
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

p.recipe-directions {
	margin-top: 0;
}