@CHARSET "UTF-8";

html {
  background: none;
}

header {
 display: none;
}

section {
  width: auto;
  margin:0;
}

body.recipes .col:first-child {
  display:none;
}

body.recipes .col:last-child {
  display: block;
  width: auto;  
}

body.recipes .box { font-size:1em; }

body.recipes h1:after {
  content: ' ';
  height: 1px;
  clear:both;
  display:block;
}

body.recipes .btprint {
  display:none;
}

footer {
  display: none;
}