/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  @page {
    size: landscape;
  }
  div.print-instructions {
    display: none !important;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  section {
    margin-left: 0;
  }
}
