  TABLE { display: table; }
  TR { display: table-row }
  THEAD { display: table-header-group;}
  TBODY { display: table-row-group; }
  TFOOT { display: table-footer-group; }
  COL { display: table-column; }
  COLGROUP { display: table-column-group; }

  td { display: table-cell; }
  .breakhere {page-break-before: auto}
  .screen_hidden
  {
  	MEDIA: screen;
  	DISPLAY: none;
  }
