@media print {
  #exportbutton {
    display: none;
  }
}

.statisticstable {
  page-break-after: always;
}

td {
  color: #fff;
}