@charset "UTF-8";
/* CSS Document */

@page {
  size: A4 portrait;
  margin: 10mm;
}

body {
  -webkit-print-color-adjust: exact;
    width: 1024px;
    zoom: 0.8;
}
header#header {
  position: static;
}