@media print {
  html, body {
    height: auto;
    overflow: auto;
    background-image: none !important;
    background-color: white !important;
  }
  body {
    padding-top:1em !important; 
    padding-bottom:1em !important; 
    padding-left:1em !important; 
    padding-right:1em !important; 
    font-size: 160%;
  }
  #header,
  .tool
  {
    display: none !important;
  }
  /*#body {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #canvas {
    max-width: 100% !important;
    box-shadow: none !important;
    border: none !important;
  }*/
  .body {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .canvas {
    max-width: 100% !important;
    box-shadow: none !important;
    border: none !important;
  }
  .quiz {
    padding: 0 !important;
  }
  .quiz .shadow {
    box-shadow: none !important;
  }
  .option-box {
    display: inline-block !important;
  }
  .option-box-answer {
    display: none !important;
  }
}