  /* Preparing base layout for print */
  body, #frame, #banner, .sponsors, #Footer  { margin: 0; padding: 0; border: 0;}
  #frame, #banner, .sponsors, #Footer { width: 100% !important; min-width:0; max-width: none;}

  /* Hide unneeded container of the screenlayout in print layout */
  #nav, .divider, #Footer{ display: none; }
 
  /* Change font to serif */
  body * { font-family: "Times New Roman", Times, serif; }
  code, pre { font-family:"Courier New", Courier, mono; }
  body { font-size: 12pt; }

  /* Avoid page breaks right after headings */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  table.panelist {page-break-inside:avoid;}
