@media print {
  @page {size: landscape}
  table {
    width: 100%;
  }
}