

body {
   font-size     : 1em;
   padding       : 2%;
   font-family   : "Arial";
}

td {
   font-size     : 1em;
   padding-right : 0.2em; 
}

#recipeName {
   font-size     : 1.3em;
   font-weight   : bold;
   color         : #5d6e7e;
}

.recipeCredit {
   color         : #5d6e7e;
}

.recipeHeader {
   font-weight   : bold;
   color         : #8b6b5b;
   border-bottom : 1px dotted  #8b6b5b;
   margin        : 1em 0em 0.5em 0em;

}
.recipeStep {
   margin-bottom : 1em;
   text-align    : justify;
}

#theStalk {
   display       : none;
}