h1 {
  page-break-before: always;
  break-before: always;
}
/* print.css */
table {
  page-break-inside: avoid;
  break-inside: avoid;
}
article {
  column-width: 17em;
  column-gap: 3em;
}
body {font-size:Arial;}
a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }