#browse, #search, #profileNavlogged, .navListWrapper, #shell img, #bottomSectionWrapper, .sf-toolbar, #gridBlock, 
#commentThread, .commentForm, .recipeIconBox, .icon-follow, #instructionMore {
    display:none;
}
.recipeAuthorBlock span{
    font-size: 22pt;
}
h1,h2,h3,h4{margin: 0; padding:0; font-weight: lighter; margin-bottom:10px; margin-top:10px;}

h1{font-size: 30pt;}
h2{font-size: 25pt;}

ul{ margin:0; list-style: none; padding:0;}
p{ margin:0; padding:0; }
.section{margin-bottom:20pt; margin-top:20pt }
#stepByStep h3{
    margin-bottom:20pt;
}
#stepByStep div.sectionBlock{
    margin-bottom:20pt;
    page-break-inside : avoid;
}
.col_2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -webkit-columns: 7cm 2;
    -moz-columns: 7cm 2;
    columns: 7cm 2;
}
@page {
    margin: 1.5cm;
}
body {
    font-family: Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14pt;
    line-height: 1.3;
}
#shell {width: 100%; margin: 0; float: none;}
a:link, a:visited{
    text-decoration: none;
    color:#000;
}
.instruction{
    display:block;
}