.tabs {
  display: none;
}
#footer {
  display: none;
}
@page {
  size: auto;
  /* auto is the current printer page size */
  margin-top: 3mm;
  /* this affects the margin in the printer settings */
}
th {
  text-align: center;
}
title {
  display: none;
}
.header-print {
  margin-top: 10px;
  display: block !important;
}
.btn-print {
  display: none;
}
