h1,h2{clear:both}
h1 {
    font-size:34px;
    text-align:left;
    margin-bottom: 40px;
    line-height:110%;
    margin-top:10px;
    clear:both;
}
h3{font-size:32px;line-height:120%}
.recipes .row-fluid{margin:30px 0}
.topper img {
    border-radius: 3px;
}
.topper {
    border-bottom:1px solid #ddd; padding-bottom:20px;margin-bottom:20px;
}
.topper .span4 {
    margin-top:40px;
}
@media(max-width:979px){
    .row-fluid.topper,.row-fluid.topper .span8, .row-fluid.topper .span4{width:100%; margin-left:0;}
    h1 {
        margin-bottom:5px;
    }
    .topper .span4 {
        margin-top:00px;
    }
}