<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#recipe{ display:none; position:fixed; top:0; left:0; /*background:#f8f8f2;*/ width:100%; height:100%; z-index:10000; color:#323232; font-size:19px; line-height:22px; text-align:right;
background:url(../images/recipe_bg.jpg) repeat-x; background-color:white;
}
.recipe_pop{ position:relative; width:900px; margin:50px auto; direction:rtl !important; font-size: 18px;}
.title{ font-size:33px; text-align:center; font-weight:bold; margin-bottom:30px; }
.recipe_pop img{ display:block; }
.close_btn{ position:absolute; top:20px; left:20px; cursor:pointer; }
.recipe_img{ max-width:180px; float:right; }
.preperation{ float:right; margin:30px 60px 50px 0px; width:370px; padding-left: 30px; direction: rtl; text-align: justify;}
.info{ width:240px; float:right; margin:30px 20px 0 0;  direction: rtl; text-align: right;}
.info_sec{ clear:both; }
.info_sec img{ float:right; }
.info_sec span{ display:block; float:right; margin:5px 10px 0 0; }
.recipe_pop ul, .recipe_pop ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.recipe_pop ul li{
	margin: 5px 0px;
}</pre></body></html>