@import 'skin1.css';


.simple-recipe-pro.recipe-container .adjust-proportions.pull-right {
	float: none !important;
	display: inline-block;
	width: 145px;
}
.simple-recipe-pro .recipe-body {
	border-top: 1px dashed #aaa;
	margin-top: 10px;
	padding-top: 20px;
}
.simple-recipe-pro.recipe-container {
	border: 1px dashed #aaa;
	padding: 20px;
	padding-bottom: 30px;
}
	.simple-recipe-pro.recipe-container.layout-alt5,
	.simple-recipe-pro.recipe-container.layout-alt6 {
		padding: 0;
		padding-bottom: 20px;
		border: none;
		background-color: #eaeaea;
	}
	.simple-recipe-pro.recipe-container.layout-alt5 .recipe-body,
	.simple-recipe-pro.recipe-container.layout-alt6 .recipe-body {
		margin: 0;
		border: none;
	}
	.simple-recipe-pro.recipe-container.layout-alt6 .recipe-ctrl {
		padding: 8px;
		padding-bottom: 2px;
		background: #aaa;
	}
	.simple-recipe-pro.recipe-container.layout-alt6 .recipe-ctrl .sum-ratings {
		display: none;
	}
.simple-recipe-pro .recipe-banner {
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: table;
	padding: 0 100px;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);

}
.simple-recipe-pro .recipe-banner h2[itemprop="name"] {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: Playball;
	color: #111;
	font-size: 26px;
	line-height: 1.2;
}
.simple-recipe-pro .recipe-banner img {
	display: none;
}