@charset "utf-8";
.recipe {
	width: 100%;
	vertical-align: top;
}
.ingredients {
	border: 3px double #6F6253;
	background: #F5F3F1;
}
.ingredients,
.howto {
	vertical-align: top;
	margin-bottom: 1em;
	padding: 1em;
}
.howto {
	border-top: 3px double #6F6253;
	border-right: 0px;
	border-bottom: 3px double #6F6253;
	border-left: 0px;
}
.recipe ul {
	list-style-type: disc;
	list-style-position: inside;
}
.recipe ul li {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCC;
}
.recipe ol {
	list-style-type: decimal;
}
.recipe ol li {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
@media print, screen and (min-width: 801px)  {
.ingredients {
	display: inline-block;
	width: 350px;
}
.howto {
	display: inline-block;
	width: 600px;
	margin-left: 2em;
}
}
@media screen and (max-width: 800px){
.ingredients,
.howto {
	margin-bottom: 2em;
}
}