<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align:center;
}

#divERPContainer {
	text-align:left;
	position: relative;
	width: 700px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.easyrecipe .ERPTagline {
	margin-top: 5px;
	font-size: 80%;
	text-align: center;
}

div.easyrecipe {
    font: 12px Verdana, Arial, Geneva, sans-serif;
    border: 1px dashed #666;
    color:#666;
    padding: 10px;
}
.ERComment {
    margin-bottom: 10px !important;
}
.ERComment .ERRateBG {
    width: 95px;
    height: 15px;
    cursor: pointer;
    float: left;
    background: url(images/greystar15.png) repeat-x;
}
.ERComment .ERRateStars {
    width: 95px;
    height: 15px;
    cursor: pointer;
    background: url(images/yellowstar15.png) repeat-x;
}
.easyrecipe .ERSName {
	font: 150% Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.easyrecipe .ERSTop {
    margin-top: 10px;
    position: relative;
}
.easyrecipe .ERSTopRight {
    float: right;
    width: 40%;
    text-align: center;
    max-width: 215px;
}

.ERSRatingComment {
    background: url(images/greystar15.png) repeat-x;
    width: 95px;
    height: 15px;
    margin-right: 20px;
}

.easyrecipe .ERSHeadItems {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
}
.easyrecipe .ERSTimes {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.easyrecipe .ERSTimes .ERSTime {
    width: 33%;
    text-align: center;
    float: left;
    font-weight: bold;
}
.easyrecipe .ERSTimes .ERSTimeItem {
    font-size: 10px;
    font-weight: normal;
}
.easyrecipe .ERSTimeRight {
    border-left: 1px solid #ccc;
}
.easyrecipe .ERSTopRight img {
	border: 2px solid #999;
	width: 205px;
}

.easyrecipe .ERSSummary {
    margin-bottom: 10px;
}
.easyrecipe .divERSHeadItems {
    margin-bottom: 10px;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
	margin-bottom: 4px;
}

.easyrecipe .ERSSavePrint {
	margin-top: 10px;
	text-align: center;
}
.easyrecipe .ERSIngredients .ERSIngredientsHeader.ERSHeading {
	clear: none;
}

</pre></body></html>