@charset "utf-8";
/* CSS Document */

.low { background: #7cc142; text-align: center; }
.mid { background: #fdae1e; text-align: center; }
.high { background: #f25045; text-align: center; }

#content #nutrition-table td { border-bottom: 1px dotted #eee; padding: 5px 0; }

#content #nutrition-table a { text-decoration: none; border-bottom: 1px dotted; color: black; }
#content #nutrition-table a:hover { text-decoration: underline; border-bottom: none; color: #900; }

#content .recipe {
	clear: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #999;
}
#content .recipe:hover {
	background: #eee;
}
#content .recipe A {
	color: black;
	padding: 10px;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
#content .recipe A:hover {
	color: #900;
	background: #eee;
	border-bottom: none;
}
#content .recipe img {
	padding: 0;
	margin: 0 10px 0 0;
	border: none;
	float: left;
}
#content .recipe p {
	margin-left: 162px;
}
#content .recipe .recipe-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}
#content .recipe .nutrients {
	float: right;
	width: 45px;
}
#content .recipe .nutrients .nutrient {
	display: block; width: 45px; height: 20px; line-height: 20px; border-bottom: 1px solid #eee;
}



#content a.tooltip {
	color: #666;
}
a.tooltip:hover {
	background:#ffffff;
	text-decoration:none;
}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:250px;
	font-weight: normal;
	color: black;
}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}

a.tooltip-small:hover {
	background:#ffffff;
	text-decoration:none;
}
a.tooltip-small span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:70px;
	font-weight: normal;
	color: black;
}
a.tooltip-small:hover span {
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}


#recipeinfo {
	float:right; 
	width: 245px;
}

#traffic-lights p {
	margin: 0 0 2px 0; padding: 0;
	line-height: 30px;
}
#traffic-lights img {
	float: left;
	margin-right: 1em;
}
