/* This is a print stylesheet */
@page {
  size: a4;
  margin: 1.6em; }

body {
  font-family: sans-serif;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1.5em; }
