@charset "UTF-8";
/* CSS Document */

body {
	
	background-color: #FFF;
	color: #000;
	font-size: 16px;
	background-image: none;
}

.noPrint {
	
	display: none;	
}

.printOnly {
	
	display: block;	
}

#outerContainer {
	
	width: 100%;
	 
}

#header {
	display: none;
}

#footer {
	
	display: none;	
}

.recipeTbl {
	
	width: 100%;	
}

.top-text, .directions, .ingredients ul li {
	
	font-size: 18px;	
}

.fb-comments {
	
	display: none;	
}

#subHeader {
	
	display: none;	
}



