@media print {

  body {
    padding:  0pt;
    margin:   0;
    width:    100%;
  }

  #padding {
    padding: 1pt;
  }

  #gummy {
    height:   auto;
    overflow: visible;
  }
  
  #tummy {
    width:  100%;
  }
  
  #mummy {
    width:  100%;
  }

  table {
    border-collapse:  collapse;
  }

  .h3 {
    font-size:    10px;
    font-weight:  normal;
  }
  
  body, td, th {
    font-size: 7pt;
  }

  .noprint, img, input[type=submit], input[type=checkbox], label, select {
    display: none;
  }

  td.fatbottom,
  .theater    td.fatbottom,
  .orchester  td.fatbottom,
  td.fattop,
  .theater    td.fattop,
  .orchester  td.fattop
  {
    border:   0;
  }
}
