.navbar {
  display: none !important;
}

.hideIfPrinting {
  display: none !important;
}

th, td {
  padding: 0px;
  text-align: left;
}

h1, h3 {
  margin: 0 !important;
  text-align: center;
}

.boldIfPrinting {
  font-weight: bold !important;
}

table {
  font-size: 16px !important;
}

@page
{
  size: auto;   /* auto is the initial value */

  /* this affects the margin in the printer settings */
  margin: 25mm 2mm 25mm 2mm;
}


html, body
{
  margin: 0mm !important;
  padding: 0mm !important;
}