
/* Sub-divisions, to be printed separately */
DIV.TEST        { display: block }
 
@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid  }
  UL, OL, DL    { page-break-before: avoid  }
  HR            { page-break-after:  avoid  }
  DIV.TEST      { page-break-before: always }
  DIV.DETAIL    { page-break-inside: avoid  }
  TABLE         { page-break-before: avoid  }
}

