body {
      /* margin: 20mm; */
      color: #000000;
      background-color: #00000000;
      /* zoom: 50%; */
      position:absolute;
}

header {
  /* margin: 20mm; */
  color: #000000;
  background-color: #00000000;
  zoom: 80%;
}

header, footer, aside, nav, form, button, iframe, .menu, .hero, .adslot {
    display: none !important;
  }


.no_print {
    display: none !important;
}

.dt-search {
  display: none;
}

.delnote_width {
    width: 15%;
}

.article_width {
    width: 18%;
}

.qty_width {
    width: 5%;
}

  
table {
    border-collapse: collapse;
    font-size: 10px;
  }
  table, th, td {
    border: 1px solid rgb(222, 222, 222);
  }
  th, td {
    text-align: left !important;
    vertical-align: middle;
    line-height: 2px;
  }
  p {
    font-weight: bold;
    margin-left:20px;
  }
  table {
    width:100%;
    margin-left:5%;
    margin-right:5%;
  }
  div.bs-table-print {
    text-align:center;
  }

@page {
  margin: 1cm;
}

@page :right {
  margin-left: 1cm;
}

