div.body-bg > header, .typo3-adminPanel, .filter-table, div.body-bg > div.breadcrumb-section.hidden-xs.hidden-sm, #top
{
    display: none !important;
}

table, tr, th, td{
    width: 100%;
}

#content > h1{
    margin-top: 00px !important;
    position: relative;
    z-index: 99;
    display: none;
}

.table-responsive{overflow: hidden;}

table {transform: scale(.80); zoom: 0.95; text-align: center; margin-top: -100px; margin-left: -50px;}
 
  table { page-break-after:auto !important;  }
  tr    { page-break-inside:avoid !important;  page-break-after:auto !important; }
  td    { page-break-inside:avoid !important;  page-break-after:auto !important; }
  thead { display:table-header-group !important;  }
  tfoot { display:table-footer-group !important; }
