@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

.recipe-card {
   position: absolute;
   z-index: 1px;
   width: 579px;
   height: 320px;
   padding-bottom: 5px;
}

.recipe-card-text {
   width: 500px;
   height: 320px;
   padding: 63px 0 0 30px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   line-height: 19px;
}

.recipe-card h5 {
   font-weight: bold;
   margin-left: 70px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 14px;
   line-height: 19px;
}

.recipe-card-cont {
   position: absolute;
   z-index: 1px;
   width: 579px;
   height: 320px;
   padding-bottom: 5px;
}

.recipe-card-cont-text {
   width: 500px;
   height: 320px;
   padding: 24px 0 0 30px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   line-height: 19px;
}

.recipe-card-cont h5 {
   font-weight: bold;
   margin-left: 80px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 14px;
   line-height: 19px;
}
