/*CSS for displaying the Recipes on page*/
.recipeBody {
    width:98%;
    background-color: #ebebb5;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding:0.3em 0em 0.3em 0em;
}
.dishTitle {
    /*height: 2em;*/
    font-size: 12px;
    font-weight: bold;
    margin: 0.3em;
    padding: 0.5em;
border: 1px solid #999999;
    }
.recipeText {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
