main article * {
	box-sizing: border-box;
}

body {
	background: #fff9f1;
}

main article {
	font-family: Arial,Helvetica,sans-serif;
	color: #3F3F3F;
	width:925px;
}

main article > header {
	background-color: #FFE9C6;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	border-radius: 5px;
	font-style: normal;
	font-size:11pt;
}

main article > header > h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 40pt;
}

address {
	margin: 8px 0px 5px 0px;
	display: contents;
}

address::before {
	content: " •  Written by ";
	white-space: pre;
}

.author > a {
	color: #9d4234;
	font-style: normal;
	margin-left:0;;
}

time {
	margin: 10px 0px 15px 0px;
	display: contents;
	font-style:italic;
}

time::before {
	content: " •  Updated on ";
	white-space: pre;
}

time::after {
	content: "  •";
	white-space: pre;
}

.svgfillcolor {
	fill:#000000;
}

main article > header > svg {
	margin: 15px 0px 0px 5px;
	float: left;
}

main article > header > span:first-of-type {
	display: block;
	width: 100%;
	font-weight: bold;
	margin-top: 20px;
}

main article > header > span {
	margin: 15px 0px 5px 0px;
	display: block;
	width: 100%;
	float: left;
	clear: left;
}

main article > header > p:first-of-type {
	display: block;
	margin-top: 60px;
	clear: both;
}

main article > header > p:first-of-type > span {
	margin:0px 25px 0px 5px;
	display: inline-block;
	position: relative;
	top:-5px;
	height:30px;
	line-height:30px;
}

main article > header > p:first-of-type > span:nth-of-type(2) {
	margin-right:0px;
}

main article > header > p:nth-of-type(2) > span {
	margin:0px 25px 0px 5px;
	position: relative;
	top:-5px;
	height:30px;
	line-height:30px;
}

main article > header > p:nth-of-type(2) > span:nth-of-type(2) {
	margin-right:0px;
}

main article > header > p:nth-of-type(2) > span {
	margin-right: 25px;
}

main article > header > p:nth-of-type(2) {
	margin-bottom:0px;
}

main article > p:first-of-type > a {
	background-color: #d1e1ff;
	border: 1px solid #581414;
	float: left;
	color: #000;
	padding: 10px;
	margin: 5px 5px 5px 0px;
	height:35px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

.sticky {
	position: fixed;
	top: 0px;
	left: 1080px;
}

.hide {
	display: none;
}

.show {
	display: unset;
}

main article > p:first-of-type > a:nth-child(n + 8) {
	background-color: #000 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

main article > p:first-of-type > a:nth-last-of-type(-n+1) {
	background-color: #99df97;
	border: 1px solid #50ac36;
	color: #011100;
}

main > article > p:not(:first-of-type) {
	text-align: justify;
	line-height:1.8;
}

main > article > p:first-of-type {
	padding: 0;
	margin: 15px 0px;
	display: inline-block;
	z-index: 2;
}

#make-money-cooking {
	overflow:hidden;
	background-color: #FFF;
	color: #000;
	border: solid 2px #000;
	font-family: Aharoni;
	font-size: 20pt;
	font-weight: bold;
	padding:18px 0px;
	text-align: center;
	margin: 25px 0px 0px 0px;
	height:80px;
	display: block;
	clear: both;
}

#make-money-cooking > a {
	color: #000;
	text-decoration: none;
}

#make-money-cooking > a > u {
	background-color: #f00;
	padding: 5px;
	color: white;
}

main > article > p:nth-of-type(3) {
	padding:6px 10px;
	margin: 25px 0px;
	font-size: 12pt;
	width: 100%;
	background-color: #ecda96;
	line-height: 1.8;
}

main > article > p:nth-of-type(4) {
	padding:6px 10px;
	margin: 0;
	font-size: 12pt;
	width: 100%;
	background-color: #ecda96;
	line-height: 1.8;
}

figure, picture, img {
	padding:0;
	margin: 0;
}

main article figure > picture > img {
	width: 100%;
	height: auto;
	border: 1px solid #000000;
}

main article > figcaption {
	margin:0;
	padding: 0px 5px 3px 5px;
	background-color:#EEF0F0;
	font-size: 10pt;
	overflow:hidden;
}

main > article > figure:first-of-type {
	margin:20px 0px 0px 0px;
	display: inline-block;
}

summary {
	margin:0;
	background-color: #AFD2AA;
	color: #000;
	padding: 10px;
	border-radius: 5px;
}

details[open] {
	margin:0;
	padding:0;
}

details[open] summary {
	border-radius: 5px 5px 0 0;
}

details {
	background: #FFFFFF;
	border-radius: 5px;
}

details > ol {
	padding-bottom:15px;
}

details > ol > li + li {
	margin-top:10px;
}

details > ol > li > a {
	text-decoration: none;
	color: #000;
}

details > ol > li > a:hover {
	text-decoration: underline;
}

main article > h2:nth-of-type(1n+1) {
	padding:10px;
	margin: 25px 0px 0px 0px;
	width: fit-content;
	background-color:#D1DDE4;
	border-radius: 5px 5px 0px 0px;
}

main > article > ul:nth-of-type(1n+1) {
	padding:10px 0px 10px 35px;
	margin: 0px 0px 15px 0px;
	width: 49%;
	background-color:#fff;
}

main > article > ul:nth-of-type(1n+1) > li + li {
	margin-top:10px;
}

main > article > p:nth-of-type(5) {
	background-color: #ffefb2;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	line-height: 1.8;
	color: #000;
	border: 1px solid #ded58d;
}

#did-you-know {
	float:right;
	width:49%;
	overflow:hidden;
	background-color: #FFF;
	color: #000;
	border: solid 2px #000;
	font-family: Aharoni;
	font-size: 44pt;
	font-weight: bold;
	padding:20px;
	text-align: center;
	margin: 25px 0px;
	min-height:250px;
}

.pink-text-style1 {
	color: #f00;
	font-size: 35px;
	display: block;
	margin: 15px 0px;
	padding: 0;
	line-height: 1.4;
}

.black-link {
	color: #000;
	text-decoration: none;
}

.black-link:hover {
	text-decoration: underline;
}

.info-text-style {
	color: #a823bb;
	font-size: 30px;
	display: inline-block;
	line-height: 1.8;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	font-family: Arial,Helvetica,sans-serif;
}

.info-text-style > u:first-of-type {
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-family: Aharoni;
}

.info-text-style > u:nth-of-type(2) {
	color: #000;
}

.linkstyle1 {
	border-radius: 10px;
	background-color: #FFFF00;
	border: 1px solid #000000;
	padding: 15px 0px;
	margin: 10px auto 0px auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

.linkstyle2 {
	border-radius: 10px;
	background-color: #FFFF00;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto 0px auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

.clear-link {
	color: unset;
	text-decoration: none;
}

#got-kids-box {
	width:100%;
	overflow:hidden;
	background-color: #FFE243;
	border: solid 2px #000;
	padding:20px;
	text-align:center;
	margin: 25px 0px 0px 0px;
	font-family: Aharoni;
	font-size: 46pt;
	font-weight: bold;
}

.info-text-style2 {
	display: inline-block;
	font-size: 18pt;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight:normal;
}

.info-text-style2 > span:first-of-type {
	display: unset;
	font-weight:bold;
	margin: unset;
	color: red;
}

.info-text-style2 > span {
	display: block;
	margin: 15px 0px 0px 0px;
	font-weight:bold;
}

.info-text-style2 > span:nth-of-type(5) {
	background-color: #ffc467;
	padding:10px;
}

.info-text-style2 > span:nth-of-type(5) > span {
	display: inline-block !important;
	margin:10px 0px 0px 0px !important;
}

iframe {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

main article > h2:nth-of-type(4) {
	padding: 10px;
	margin: 25px 0px 0px 0px;
	width: 720px;
	background-color: #d1dde4;
	border-radius: 5px 5px 0px 0px;
}

main article > h2:nth-of-type(5) {
	padding: 10px;
	margin: 25px 0px 0px 0px;
	width: 925px;
	background-color: #d1dde4;
	border-radius: 5px 5px 0px 0px;
}

main article > ol {
	list-style-type: none;
	padding:0;
	margin:0;
}

main article > ol > li > span {
	background-color: #D6D6D6;
	border-radius: 5px 5px 0px 0px;
	margin: 35px 10px 10px 0px;
	padding: 10px;
	display: inline-block;
	font-size: 13pt;
	font-weight: bold;
}

main article > ol > li:first-of-type > span {
	margin-top: 10px;
}

main article > ol > li > span::after {
	content: ":";
	text-decoration: none;
}

main article figcaption {
	font-size: 10pt;
	background-color: lightgray;
	margin: 0;
	padding: 5px;
}

#recipe-steps-title {
	width:100% !important;
	text-align: center !important;
}

#list-of-tips {
	width:100% !important;
	padding: 15px 20px 15px 35px !important;
	text-align: justify !important;
}

main > article:first-of-type > section:first-of-type {
	overflow: hidden;
	padding: 25px;
	margin: 0px 0px 25px 0px;
	background-color: #f4e9bb !important;
}

main > article:first-of-type > section:first-of-type > h2 {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #D5A564;
	margin: 0px 0px 15px 0px !important;
	background-color: #f4e9bb !important;
	width: 100% !important;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

main > article:first-of-type > section:first-of-type > h2::after {
	content: 'Click On The Pictures To Open The Recipe';
	display: block;
	margin-top: 15px;
	font-size: 10pt;
	color: brown;
	background-color: #fff;
	padding: 5px 0px;
	border-radius: 5px;
}

main > article:first-of-type > section:first-of-type > div:first-of-type {
	float: left;
	overflow: hidden;
	width: 500px;
}

main > article:first-of-type > section:first-of-type > aside {
	padding: 15px;
	margin: 0px;
	float: right;
	overflow: hidden;
	width: 350px;
	background-color: #FFFFFF;
	border: 3px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

main > article:first-of-type > section:first-of-type > aside > span:first-of-type {
	background-color:#ffb300;
	padding:5px;
	font-size:22pt;
	margin-bottom:20px;
}

main > article:first-of-type > section:first-of-type > aside > span:nth-of-type(2) {
	display:block;
	margin-top:15px;
}

main > article:first-of-type > section:first-of-type > aside > span:nth-of-type(3) {
	display:block;
	font-size:12pt;
	line-height: 1.7;
	margin-top:15px;
}

main > article:first-of-type > section:first-of-type > aside > a {
	border-radius: 10px;
	background-color: #FFFF00;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto 0px auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

main > article:first-of-type > section:first-of-type > div > a {
	text-decoration: none;
	padding:0;
	margin:0;
}

main > article:first-of-type > section:first-of-type > div > a > picture > img {
	border: 1px solid #000;
	padding:0;
	border-radius: 5px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(1) > picture > img {
	margin:0px 5px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(2) > picture > img {
	margin:0px 5px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(3) > picture > img {
	margin:0px 0px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(4) > picture > img {
	margin:10px 5px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(5) > picture > img {
	margin:10px 5px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(6) > picture > img {
	margin:10px 0px 5px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(7) > picture > img {
	margin:10px 5px 0px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(8) > picture > img {
	margin:10px 5px 0px 0px;
}

main > article:first-of-type > section:first-of-type > div > a:nth-of-type(9) > picture > img {
	margin:10px 0px 0px 0px;
}

#comment {
	padding: 25px;
	margin: 25px 0px;
	background-color: #D5EFF7;
}

#comment * {
	box-sizing: border-box;
}

#comment > h2 {
	margin: 0px;
	padding: 0px;
	color: #183354;
	font-family: Raleway,sans-serif;
	font-size: 22pt;
	font-weight: bold;
}

.comment-text-box {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	width: 250px;
}

.comment-textarea {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	height: 135px;
	line-height: 1.8;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	width: 590px;
	position: absolute;
	top: 0px;
	left: 280px;
}

#new-comment-form {
	border-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.comment-button {
	padding: 0px 15px 0px 15px;
	margin: 25px 0px 0px 0px;
	background-color: #F3EA70;
	border-radius: 5px;
	border: 1px solid #EF7073;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 180px;
	box-sizing: border-box;
	color: #444671;
	cursor:pointer;
}

.star {
	border-radius: 3px;
	width: 25px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #ffac41;
	color: #ffa700;
	padding: 0;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: inline-block;
	position: absolute;
	top: 26px;
	position: absolute;
	left: 155px;
	line-height: 23px;
	cursor: pointer;
}

.star:nth-of-type(2) {
	left:185px;
}

.star:nth-of-type(3) {
	left:215px;
}

.star:nth-of-type(4) {
	left:245px;
}

.star:nth-of-type(5) {
	left:275px;
}

.rating-input {
	border-style: none;
	width: 450px;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 50px 0px 0px 0px;
	position:relative;
}

#stars-star1, #stars-star2, #stars-star3, #stars-star4, #stars-star5 {
	display:none;
}

legend {
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:absolute;
	top: 30px;
	left: 0px;
}

legend::after {
	content: '  >>';
	white-space: pre;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
main > article {
	width: 100% !important;
	padding: 0px 20px 2px 20px !important;
	box-sizing: border-box;
}

main > article > p:first-of-type > a {
	float: left;
	margin: 5px 5px 5px 0px;
}

main > article > p:nth-of-type(3) {
	display: inline-block;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #ecda96;
	clear: both;
}

#make-money-cooking {
	height: unset;
	font-size: 18pt;
}

main > article > h2:nth-of-type(n+1) {
	width: 100%;
}

main > article > ul:nth-of-type(n+1) {
	width: 100%;
}

iframe {
	width: 100%;
	height: calc(100vw * 0.67);
}

main article figcaption:last-of-type {
	margin-bottom: 15px;
}

#did-you-know {
	float: none;
	width:100%;
	height:auto;
	font-size:39pt;
}

.info-text-style > u:nth-of-type(2) {
	display:block;
}

main article > header > h1 {
	font-size: 30pt;
	text-align: center;
}

.sticky {
	position: fixed;
	top: 110px;
	left: 30px;
}

.breadcrumb > ol > li:first-of-type {
	display: none;
}

.comment-textarea {
	display: block;
	width: 100% !important;
	position: unset !important;
	top: unset !important;
	left: unset !important;
}

#steps, #ingredients, #player, #pictures, #attributes, #calories {
	scroll-margin-top: 150px;
}

details > ol > li {
	margin: 35px 0px 35px 0px;
}

main > article:first-of-type > section:first-of-type {
	width: 100%;
}

main > article:first-of-type > section:first-of-type > div:first-of-type {
	width: 100%;
	margin-bottom:25px;
}

main > article:first-of-type > section:first-of-type > aside {
	width: 100%;
}

main > article:first-of-type > section:first-of-type > div:first-of-type > a > picture > img {
	width: 100%;
	height: auto;
	border: 1px solid #000000;
}

#got-kids-box > span {
	display: block;
}

.info-text-style2 > span:first-of-type {
	color: #f00;
}

}
@media only screen and (min-width: 768px) and (max-width: 989px) {
main > article {
	width: 100% !important;
	padding: 0px 20px 2px 20px !important;
	box-sizing: border-box;
}

main > article > p:first-of-type > a {
	float: left;
	margin: 5px 5px 5px 0px;
}

main > article > p:nth-of-type(3) {
	display: inline-block;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #ecda96;
	clear: both;
}

#make-money-cooking {
	height: unset;
	font-size: 18pt;
}

main > article > h2:nth-of-type(n+1) {
	width: 100%;
}

main > article > ul:nth-of-type(n+1) {
	width: 100%;
}

iframe {
	width: 100%;
	height: calc(100vw * 0.67);
}

main article figcaption:last-of-type {
	margin-bottom: 15px;
}

#did-you-know {
	float: none;
	width:100%;
	height:auto;
	font-size:39pt;
}

.info-text-style > u:nth-of-type(2) {
	display:block;
}

main article > header > h1 {
	font-size: 30pt;
	text-align: center;
}

.sticky {
	position: fixed;
	top: 110px;
	left: 30px;
}

.breadcrumb > ol > li:first-of-type {
	display: none;
}

.comment-textarea {
	display: block;
	width: 100% !important;
	position: unset !important;
	top: unset !important;
	left: unset !important;
}

#steps, #ingredients, #player, #pictures, #attributes, #calories {
	scroll-margin-top: 150px;
}

details > ol > li {
	margin: 35px 0px 35px 0px;
}

main > article:first-of-type > section:first-of-type {
	width: 100%;
}

main > article:first-of-type > section:first-of-type > div:first-of-type {
	width: 100%;
	margin-bottom:25px;
}

main > article:first-of-type > section:first-of-type > aside {
	width: 100%;
}

main > article:first-of-type > section:first-of-type > div:first-of-type > a > picture > img {
	width: 100%;
	height: auto;
	border: 1px solid #000000;
}

#got-kids-box > span {
	display: block;
}

.info-text-style2 > span:first-of-type {
	color: #f00;
}

}
@media only screen and (min-width: 990px) {
.sticky {
	z-index: 2;
}

}
