body {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.header__menu, .header__nav, .footer, .btn, .page-title-background, .block-share-everywhere-block, #backtotop, button {
    display: none;
}

.header__title{
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: none;
}

.inv-item-content {
    page-break-inside: avoid;
}


@media (min-width: 576px) {
    .container, .container-sm {max-width: 100%;}
}


 /* 
  .page {
      padding: 10px;
      font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
  }
  
  .page .p10 {
      padding: 10px;
  }
  
  .page .mb10 {
      margin-bottom: 10px;
  }
  
  .page .mb20 {
      margin-bottom: 20px;
  }
  
  .page .pl20 {
      padding-left: 20px;
  }
  
  .page .border {
       border: 1px solid;
  }
  
  .page img.logo {
    height: 69px;
    width: 70px;
  }
  
  .page h2 {
      font-size: 1.5rem;
      padding-top: 30px;
  }
  
  .page h3 {
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
  }
  
  .page p {
      font-size: 0.8rem;
  }
  
  .page b {
      font-size: 0.8rem;
  }
  
  
  .page .inline {
      display: inline-block;
  }
  
  
  .page .text-center {
      text-align: center;
  }
  
  .page .header-logo-text {
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  .page div.avoid-page-break {
      page-break-inside: avoid;
  }
  
  .line {  
      border: none; 
      border-bottom: 1px solid;  
  }
  
  @page {
    margin: 50px 25px 100px 25px;
  }
  
  #footer {
    position: fixed;
    bottom: -60px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    height: 30px;
  }
  
  #footer .page:after {
    content: counter(page, decimal);
  } */