@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    width: 1400px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
  }
}