div.tableContainer {overflow: visible;    }
.tableReport>tbody    {overflow: visible; }
.theadReport    {display: table-header-group;    }
.tfootReport    {display: table-footer-group;    }
.theadReport th, .theadReport td    {position: static; } 
.theadReport tr    {position: static; } /*prevent problem if print after scrolling table*/ 
.tableReport .tfootReport tr {     position: static;    }