@media print {

  header,
  footer,
  .title,
  .top-section a,
  .btn-cookies-pref,
  .print-btn {
    display: none; }
  .content {
    padding: 0;
    margin: 0;
    background: #fff; }
  .table-wrapper {
    padding: 0px;
    border: 0;
    box-shadow: none; }
  .table-wrapper table.dataTable > tbody > tr > td {
    padding: 13px 15px; }
  .footer-note {
    margin-top: 5px; }

}