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

body {
font-family: Arial, Helvetica, sans-serif;
}

img {
margin: 0;
padding: 0;
}

h1 {
margin: 0;
}

h1 img {
height: 70px;
}

.four_by_six h1 img {
margin-top: -30px;
}

.three_by_five h1 img {
margin-top: -20px;
}

h2 {
margin: 0.6em 0;
font-size: 17px;
}

h3 {
clear: both;
padding: 0.7em 0 0 0;
margin: 0;
font-size: 14px;
}

.print_recipe h3 {
margin-top: 0.5em;
padding: 0.6em 0 0 0;
border-top: 1px dashed #aeaeae;
float: left;
width: 100%;
}

h3 span {
font-weight: normal;
font-size: 10px;
}

ul {
clear: both;
padding: 0;
margin: 0;
list-style: none;
}

.print_recipe ul.ingredients li, .print_recipe ul.ingredients_new li {
float: left;
width: 45%;
padding: 0 3% 0 0;
}

ol {
padding: 0;
margin: 0 0 0 25px;
clear: both;
}

hr {
margin-top: 15px;
border: none;
border-top: 2px dashed #8698be;
}

dl {
z-index: 1000;
margin: 0.7em 0 0;
}

.print_recipe dl {
width: 62%;
float: left;
}

.three_by_five dl {
width: 57%;
float: left;
}

dt {
font-weight: bold;
float: left;
clear: both;
z-index: 1000;
padding-right: 5px;
}

dd {
margin: 0.7em 0;
line-height: 20px;
z-index: 10;
margin: 0;
}

.print_recipe .stars {
float: left;
margin: 0.7em 0;
}

.stars span {
float: left;
margin: 2px 5px 0 0;
}

td {
vertical-align: top;
}

td.image {
width: 160px;
height: 128px;
overflow: hidden;
vertical-align: middle;
}

.four_by_six {
width: 573px;
z-index: 1;
font-size: 73%;
}

.three_by_five {
width: 477px;
z-index: 1;
font-size: 68%;
}

.four_by_six .card_display {
z-index: 1;
position: static;
margin: 0 0 -365px;
clear: both;
}

.three_by_five .card_display {
z-index: 1;
position: static;
margin: 0 0 -285px;
clear: both;
}



.three_by_five dd {
line-height: 14px;
}

.four_by_six dd {
line-height: 15px;
}

.four_by_six .card {
z-index: 0;
}

.card_space {
position: relative;
}

.reminder {
position: absolute;
top: 10px;
right: 25px;
font-size: 10px;
}

.four_by_six .reminder {
top: 17px;
right: 35px;
}

.four_by_six .card_space {
padding: 30px 30px 0 30px;
margin: 0 0 40px;
overflow: hidden;
}

.three_by_five .card_space {
padding: 20px 20px 0 20px;
margin: 0 0 35px;
overflow: hidden;
}
