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

html, body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
}

div#bkdcontainer {
	width: 100%;
	margin: 0;
	padding-top: 30px;
}
.noPrint {
display: none;
}
.recipeTitle {
font-size: 12px;
font-weight: bold;
}
table.recipes {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size:0.9em;
	margin:0 0 5px 0;
	width:100%;
}

table.recipes td {
	color: #000;
	padding: 2px;
}
