
body {
    margin: 0;
    color: #000;
    background-color: #fff;
}

sa-header, sa-navigation, sa-ribbon, .noprint {
    display: none;
}

.row .noprint {
    display: none;
}

@page {
    height: 10cm;
    width: 7.6cm;
    font-size:10pt;
    font-family: Helvetica, sans-serif;
    margin: 5mm;
}
.page {
    width: 100vw;
}

.print {
    display: table;
    width: 100%;
}

.print .table-row{
    display: table-row;
    width: 100%;
    padding-right: 0pt;
  }
  .print .table-cell{
    display: table-cell;
  }
  .print .col-p-6{
    width:6%;
    display: table-cell;
  }
  .print .col-p-3{
    width:3%;
    display: table-cell;
  }
  .print .col-p-10{
    width:10%;
    display: table-cell;
  }
  .print .col-p-20{
    width:20%;
    display: table-cell;
  }
  .print .col-p-30{
    width:30%;
    display: table-cell;
  }
  .print .col-p-60{
    width:60%;
    display: table-cell;
  }
  .print .col-p-70{
    width:70%;
    display: table-cell;
  }
  .print .col-p-80{
    width:80%;
    display: table-cell;
  }
  .lastrow {
    position: fixed;
    bottom: 0;
  }
  footer {page-break-after: always;}
