@page {
  size: A4;
}

@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
    width: 100%;
  }
  body #page-wrapper {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
  }
  body #root table thead th {
    background-color: #203475 !important;
    color: white !important;
    border-right: 1px dashed #a0a0a0;
  }
  body #table-print-area,
  body #chart-print-filter,
  body #chart-print-content {
    page-break-before: always;
    page-break-inside: avoid;
  }
  body #form_rating_box,
  body .site-footer {
    display: none;
  }
  body #maps-print-content #legend-cell-box {
    max-width: 200px;
  }
  body #maps-print-content div.col-md-9 {
    max-width: 400px i !important;
  }
}
/*# sourceMappingURL=print.css.map */