/* Write here your custom CSS rules. */

.recipe {
border: 2px solid #cb2e2e;
padding: 0;
margin: 12px auto;
width: 478px;
background-color: #e2e2e2;
background-image: url('http://www.thrown-together-meals.com/image-files/notepaper.jpg');
background-repeat: repeat;
color: #000;
}

.recipeheading {
margin: 0;
background-color: #000;
background-image: url(http://www.thrown-together-meals.com/images/recipe-card-header.gif);
background-repeat: no-repeat;
border: 1px solid red;
padding: 3px 3px 3px 35px;
font-size: 12pt;
font-weight: bold;
text-align: center;
color: #fff;
text-transform: uppercase;
}

.recipefont {
font-size:10pt;
}