#print-bar {
  width: 279mm;
}

#print-area {
  width: 279mm;
  min-height: 214mm;
  max-height: 214mm;
}

#previewmap {
  width: 223mm !important;
  height: 195mm !important;
}

#print-area.no-header #previewmap {
  width: 223mm !important;
  height: 210mm !important;
}

#print-area.no-legend #previewmap {
  width: 274mm !important;
  height: 195mm !important;
}

#print-area.no-header.no-legend #previewmap {
  width: 274mm !important;
  height: 210mm !important;
}

@page {
  size: landscape;
}
@media print {
  html, body {
      width: auto;
      height: auto;
  }
  #print-content {
      height: auto;
  }
  #print-page,
  #content {
      width: 280mm;
      min-height: 214mm;
      max-height: 214mm;
      page-break-after: avoid;
  }
}