

#recipe_image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#recipe_name {
	font-size: 14pt;
	font-weight: bold;
}

#author {
	
}

#notes {
	
}

#ingredients_hdr {
	font-size: 12pt;
	font-weight: bold;
	clear: both;
}

#ingredients {
	white-space: pre;
}

#instructions_hdr {
	font-size: 12pt;
	font-weight: bold;
}

#email_hdr {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 2px;
	border-top: 1px solid #545454;
	padding-top: 2px;
}

#instructions {
}

#servings {
	border-top: 1px solid #545454;
}

#serving_size {
	
}

#backToIndex {
	border-top: 1px solid #545454;	
}


