/* Print style sheet */

/* Remove unwanted elements */
#header, .arrow, input[type="button"], input[type="submit"]
{
display: none;
}

body {
    background-color:white;
    border-color: black;
    color: black;
    font-size: medium;
}

#content
{
width: 100%; float: none;
}


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Makes 100% mean "100% of what's left after padding */

html {height:100%;}

.formPage {
  display: block;
  height: auto;
  page-break-inside: avoid;
}

form {
  margin-bottom:5em;
  page-break-before:always;
}

.FFQPic {display:none;}

.hidden {display:none;}

input[type="radio"],input[type="checkbox"] {
    height:1em;
    width:1em;
}
