@page {
  size: A4;
  margin: 14mm;
}

@media print {
  html, body {
    background: #fff !important;
  }
  .no-print {
    display: none !important;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
}
