body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #009245;
}
img {
	border: none;
}

.nav,
#footer,
.fortifiedTopRow,
.recipePhoto {
	display: none;
}

.recipeName {
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1em;
	padding-bottom: 15px;
}

.sectionHeader {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 1em;
	padding-bottom: 5px;
}

.recipeDetails p {
	padding-bottom: 5px;
}

table,
table.nutrition {
	width: 500px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	border: solid 1px #aadb15;
}

table.nutrition {
	width: 250px;
}

table thead tr {
	background-color: #e3f0b9;
}

table tr {
	margin: 2px 0px 2px 0px;
}

table tr.bg {
	background-color: #fdfce8;
}

table td {
	font-size: 13px;
	padding: 2px 4px 2px 4px;
}

table.nutrition td {
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

.micetype {
	font-size: 11px;
}


