@page {
  margin: 0
}

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}

/** Paper sizes **/

body.A3 .sheet {
  width: 297mm;
  height: 419mm
}

body.A3.landscape .sheet {
  width: 420mm;
  height: 296mm
}

body.A4 .sheet {
  width: 210mm;
  height: 296mm
}

body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm
}

body.A5 .sheet {
  width: 148mm;
  height: 209mm
}

body.A5.landscape .sheet {
  width: 210mm;
  height: 147mm
}

body.letter .sheet {
  width: 216mm;
  height: 279mm
}

body.letter.landscape .sheet {
  width: 280mm;
  height: 215mm
}

body.legal .sheet {
  width: 216mm;
  height: 356mm
}

body.legal.landscape .sheet {
  width: 357mm;
  height: 215mm
}

/** Padding area **/

.sheet.padding-10mm {
  padding: 10mm
}

.sheet.padding-15mm {
  padding: 15mm
}

.sheet.padding-20mm {
  padding: 20mm
}

.sheet.padding-25mm {
  padding: 25mm
}

/** For screen preview **/

@media screen {
  body {
    background: white
  }
  .sheet {
    background: white;
    box-shadow: 0 .5mm 2mm rgba(0, 0, 0, .3);
    margin: 5mm auto;
  }
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    font-family: sans-serif !important;
    font-size: 9px !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    background: white
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
    display: none;
  }

  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }
  h1,
  .l-container__header {
    display: none!important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
  .l-header,
  .o-breadcrumb,
  .l-aside,
  .l-footer,
  button {
    display: none!important;
  }
  .l-container {
    padding-left: 0;
    margin: 0 auto;
    padding-top: 0px;
    width: 95%;
  }
  .l-app {
    margin: 0;
  }
  .print-header {
    width: 95%;
    left: 20px;
    top: 0;
  }
  
  .break {
    display: block;
    page-break-before: always;
  }
  .container {
    padding: 0;
  }
  .l-container__box {
    position: relative;
  }
  .grid-column {
    margin-bottom: 0;
    margin-left: 5px!important;
  }
  .grid-container.grid-collapse {
    margin-left: -5px;
    margin-right: -5px;
  }
  .grid-column.grid-column--12 {
    width: 100%;
  }
  .grid-column.grid-column--11 {
    width: 91.53%;
  }
  .grid-column.grid-column--10 {
    width: 83.06%;
  }
  .grid-column.grid-column--9 {
    width: 74.6%;
  }
  .grid-column.grid-column--8 {
    width: 66.13%;
  }
  .grid-column.grid-column--7 {
    width: 57.66%;
    margin-left: 0!important;
  }
  .grid-column.grid-column--6 {
    width: 49.2%;
  }
  .grid-column.grid-column--5 {
    width: 40.73%;
  }
  .grid-column.grid-column--4 {
    width: 32.26%;
  }
  .grid-column.grid-column--3 {
    width: 23.8%;
  }
  .grid-column.grid-column--2 {
    width: 15.33%;
  }
  .grid-column.grid-column--1 {
    width: 6.866%;
  }


}
