@media print {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .span1 {
    width: calc(100% * 0.083333333333333);
    float: left;
  }
  .span2 {
    width: calc(100% * 0.16666666666667);
    float: left;
  }
  .span3 {
    width: calc(100% * 0.25);
    float: left;
  }
  .span4 {
    width: calc(100% * 0.33333333333333);
    float: left;
  }
  .span5 {
    width: calc(100% * 0.41666666666667);
    float: left;
  }
  .span6 {
    width: calc(100% * 0.5);
    float: left;
  }
  .span7 {
    width: calc(100% * 0.58333333333333);
    float: left;
  }
  .span8 {
    width: calc(100% * 0.66666666666667);
    float: left;
  }
  .span9 {
    width: calc(100% * 0.75);
    float: left;
  }
  .span10 {
    width: calc(100% * 0.83333333333333);
    float: left;
  }
  .span11 {
    width: calc(100% * 0.91666666666667);
    float: left;
  }
  .span12 {
    width: calc(100% * 1);
    float: left;
  }
}
@media print {
  table th,
  table td {
    padding: 8px;
    line-height: 1rem;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
  }
  table .odd td {
    background-color: #fcfcfc;
  }
  .rental-article-order-info table.store-info {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1rem;
  }
  .rental-article-order-info table.store-info td {
    background-color: #eee;
    border-top: none;
    vertical-align: middle;
  }
  .rental-article-order-info table.store-info tbody > tr:first-child > td {
    padding-top: 0.5rem;
  }
  .rental-article-order-info table.store-info > thead > tr > td,
  .rental-article-order-info table.store-info > thead > tr > th,
  .rental-article-order-info table.store-info > tbody > tr > td,
  .rental-article-order-info table.store-info > tbody > tr > th {
    padding: 1px 6px;
  }
}
@media print {
  * {
    font-size: 20px !important;
  }
  table.la-bestellung-table tbody > tr td:nth-child(2) {
    min-width: 55% !important;
  }
  table.la-bestellung-table tbody > tr td:nth-child(3) {
    width: 0 !important;
  }
  .head,
  .menu,
  .footer,
  .pagination,
  .rental-article-filter,
  .print-hidden,
  div.modal:not([id^="bst-"]),
  .modal .modal-header button,
  .modal .modal-footer {
    display: none !important;
  }
}
