/*Write your custom css in this file.*/
.dt-print-view{
     tfoot tr:first-child {
          display: none;
     }
}

@media print {
     .dt-print-view tfoot {
          display: table-row-group;
     }
}


table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 10px !important;
}