/* Remove unwanted elements */
#snapLimit,
#wrapper,
.jqmKitchenOverlay,
#nav,
#iframeForms,
#navContent,
#userButtons,
div.quickTipsWrapper, 
#recipeOverlayClose,
#tableOverlayClose,
#chefOverlayClose,
.relatedRecipes,
#tipPrintBtn,
.moreArticles {
	display: none;
}

/* Improve contrast of links */
a:link,
a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; 
}


.printLogoLockup {
	display:block;
	border-bottom:1px solid #ccc;
	}
