.recipe-content { font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-size: 1rem; overflow: hidden; border: 1px solid #dadada; border-radius: 7px; padding: 10px; margin-bottom: 10px; margin-bottom: 1rem; }
.recipe-content ol, ul { line-height: 1.4; }
.recipe-content ol { list-style: decimal outside; }
.recipe-content ul { list-style: disc outside; margin-bottom: 10px; }

.recipe-content h1 {
	font-family: 'Carrois Gothic SC';
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 2.1;
	font-weight: normal;	
}
.recipe-content h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: bold;	
}
.recipe-content h3 {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;	
}
.recipe-content h4 {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}
.recipe-content h5 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
}
.recipe-content h6 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;	
}

.recipe-content h1, .recipe-content h2, .recipe-content h3, .recipe-content h4, .recipe-content h5, .recipe-content h6 { font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif !important; text-transform: none; letter-spacing: 0;} 
.recipe-content .recipe-title { margin: 0; line-height: 1.5; color: #78B797; font-family: "josefin slab"; }

.recipe-content .top-left { float: left; margin-bottom: 10px; width: 75%;}
.recipe-content .top-left p { font-size: 13px; margin: 0;}

@media screen {
	.recipe-content .top-left p { display: none; }
}

.recipe-content .top-right { float: right; width: 120px; }

@media print {
.recipe-content .top-left { width: 100% !important;}
.recipe-content .top-right { display: none; }
}

.recipe-content .thumbnail { float: left; /* width: 250px; width: 25rem; */ min-width: 250px; min-height: 50px; min-height: 5rem; text-align: center; margin: 0 10px 10px 0; margin: 0 1rem 1rem 0; overflow:hidden; }

.recipe-content .meta { /*float: left; width: 350px; width: 35rem; */ font-size: 11px; font-size: 1.1rem; overflow: hidden; clear:both; }
.recipe-content .meta h4 { margin: 0 0 7px; margin: 0 0 .7rem; }
.recipe-content .meta p { margin: 0 0 7px; margin: 0 0 .7rem; font-size: 13px; font-size: 1.3rem }
.recipe-content .meta a { text-decoration: none; }
.recipe-content .head_note { font-size: 13px; font-size: 1.3rem; }
.recipe-content .head_note p { font-size: 13px; font-size: 1.3rem; }

.recipe-content .user_functions { width: 100%; margin: 0 0 7px; margin: 0 0 .7rem; }
.recipe-content .user_functions td { width: 33%; text-align: center; }
.recipe-content .user_functions .osg_user_button { }
.recipe-content .user_functions .osg_user_button:focus,.recipe-content .user_functions .osg_user_button:hover,.recipe-content .user_functions .osg_user_button:active { 
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}


.recipe-content .recipe_numbers { clear: both; margin: 10px auto; margin: 1rem auto; width:90%; border-top: 1px dotted #DADADA; border-bottom: 1px dotted #DADADA; overflow: hidden; }
.recipe-content .recipe_numbers h6 { float: left; text-align: center; font-weight: normal; display: inline-block; position: relative; margin: 7px 0; margin: .7rem 0; clear: none; border-left: 1px solid #dadada; }
.recipe-content .recipe_numbers h6.first { clear: both; border: none; }

.recipe-content div.food-prefs { margin: 0 0 10px 0; margin: 0 0 1rem 0; }
.recipe-content span.food-prefs { position: relative; font-size: 13px; font-size: 1.3rem; padding: 0;}

.recipe-content .ingredients { font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; }
.recipe-content .ingredients  ul, .recipe-content .ingredients  ol { margin: 0 0 10px 15px; margin: 0 0 1rem 1.5rem; }
.recipe-content .ingredients li { list-style: none; margin: 0; padding: 0 } 
.recipe-content .ingredients p { margin: 0; }
.recipe-content .ingredients h4 { margin: 0 0 10px 0; margin: 0 0 1rem 0; }
.recipe-content .ingredients h5 { margin: 10px 0 10px 10px; margin: 1rem 0 1rem 1rem; }


.recipe-content .sauce_recipe { padding: 0 1em; border:1px solid #dadada; border-radius: 7px; margin: 0 0 10px; margin: 0 0 1rem; } 
.recipe-content .sauce_recipe  h3  { margin: 0; padding: 0 10px; font-size: 14px; text-decoration: none; } 
.recipe-content .sauce_recipe  h4 { margin: 0 0 10px 0; margin: 0 0 1rem 0; }
.recipe-content .sauce_recipe  h5 { margin: 10px 0 10px 10px; margin: 1rem 0 1rem 1rem; }
.recipe-content .sauce_recipe  ul { margin: 0 0 10px 15px; margin: 0 0 1rem 1.5rem; }
.recipe-content .sauce_recipe  ol { margin: 0 0 10px 15px; margin: 0 0 1rem 1.5rem; }
.recipe-content .sauce_recipe  p { margin: 0; }


.recipe-content div.instructions { margin: 10px 0 10px 10px; margin: 1rem 0 1rem 1rem; }
.recipe-content .instructions  ul, .recipe-content .instructions  ol  { margin: 0 0 10px 15px; margin: 0 0 1rem 1.5rem; }
.recipe-content .instructions { font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; }
.recipe-content .instructions p { font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; margin: 0; padding: 0; }

.recipe-content .foot_note { margin:10px 0 0 0; margin-top: 1rem 0 0 0; font-size: 13px; font-size: 1.3rem; }
.recipe-content .foot_note p { margin:0; }


.email_dialog p { margin-bottom: 10px; margin-bottom: 1rem; }
.email_dialog { line-height: 15px; font-size: 11px; font-size: 1.1rem }



.recipe-content .RecipeMetaBtn {
	position:relative;
	margin: 0 auto;	
	text-align: center;
	background-color:#f8f8f8;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
	background-image:-moz-linear-gradient(top,#fff,#dedede);
	background-image:-o-linear-gradient(top,#fff,#dedede);
	background-image:-ms-linear-gradient(top,#fff,#dedede);
	background-image:linear-gradient(top,#fff,#dedede);
	border:#ccc solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#333;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	cursor:pointer;
	height:18px;
	width: 70px;
	max-width:98%;
	overflow:hidden;
}

.recipe-content .RecipeMetaBtn:focus,.recipe-content .RecipeMetaBtn:hover,.recipe-content .RecipeMetaBtn:active{border-color:#bbb;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:linear-gradient(top,#f8f8f8,#d9d9d9);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.recipe-content .RecipeMetaBtn:active{background-color:#efefef;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);}



.form_error {
	background-color: #fafbd2;
	border: 1px solid #e8eac0;
	border-right-color: #f5f7ce;
	border-bottom-color: #f5f7ce;
	border-radius: 7px;
	margin: 0 20px 10px 20px;
	margin: 0 2rem 1rem 2rem;
	padding: 10px;
	padding: 1rem;
}

.comment-form-rating, .comment-form-rating label {
  display: inline-block;
}

.osg-comment-rating {}

.osg-commentrating {
  margin-left: 50px;
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 125px;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.osg-commentrating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.osg-commentrating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.osg-commentrating input:hover + i,
.osg-commentrating input:checked + i {
  opacity: 1;
}
.osg-commentrating i ~ i {
  width: 40%;
}
.osg-commentrating i ~ i ~ i {
  width: 60%;
}
.osg-commentrating i ~ i ~ i ~ i {
  width: 80%;
}
.osg-commentrating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.osg-rating-box {
background: url("images/grey-star-sprite.png") repeat-x;
font-size: 0;
height: 23px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 120px;
}
 
.osg-rating-box .osg-rating {
background: url("images/grey-star-sprite.png") repeat-x;
background-position: 0 100%;
float: left;
height: 23px;
}

.osg-rating-box-small {
background: url("images/grey-star-sprite-small.png") repeat-x;
font-size: 0;
height: 14px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 70px;
}
 
.osg-rating-box-small .osg-rating-small {
background: url("images/grey-star-sprite-small.png") repeat-x;
background-position: 0 100%;
float: left;
height: 14px;
}

::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
