.recipe {
	color: #5e5e5e;
	margin-bottom: 2em;
	padding: 1em;
}

.recipe h2, .recipe h3 {
	margin-top: 0;
}

.recipe .innerrecipe {
	background-color: #fff;
	border: 10px solid #eee;
	padding: 1em;
}

.recipe .photo {
	float: right;
	max-width: 141px;
	max-height: 141px;
	margin-left: 1em;
	display: block;
}

.recipe .time {
	padding: 1em 0;
	margin: 1em 0;
	clear: right;

	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
}

.recipe .time p {
	display: inline-block;
	margin: 0 1em 0 0;
}

.recipe .time p span {
	color: #9a9a9a;
}

.recipe .source, .recipe .copyright {
	font-style: italic;
	color: #9a9a9a;
	padding: 1em 0;
}

.recipe .copyright {
	border-top: 1px dotted #dedede;
	color: #aeaeae;
}

.recipe .printbutton {
	display: none;
}