@media print {
  .printonly { display: auto }
  .noprint { display: none }
  h1 { font-size: 30px; line-height: 35px; margin-top: 20px }
  h1 small { font-size: 16px; line-height: 26px }
  .table_compare { width: 100% }
  .table_compare td { border: none; border-bottom: 1px solid #eee }
  .category { font-size: 14px; font-weight: bold; border-top: 2px solid #555 }
  .label { font-weight: bold; text-align: right }
}
@media screen {
  .printonly { display: none }
}