@media print {
  body {
    background-color: white;
    font-size: 10pt;
    color: black;
    text-align: left;
  }
  #content {
    margin-top: 1cm;
    margin-left: 2cm;
    width: 12cm;
  }
  p.infotext {
    display: none;
  }
  p.formlabel {
    display: none;
  }
  .button {
    display: none;
  }
}
