/*
 * See #3268. This is a fallback for failing to wrangle module-based approaches
 * These sitewide (global-styling lib) rules apply when printing.
 */


@media print {
 #toolbar-administration,
 #sliding-popup,
 header,
 div.region-nav-top,
 div.region-nav-main,
 div.region-image,
 div.block-local-tasks-block,
 div.region-content-bottom,
  footer,
 img,
 picture,
 .views-exposed-form,
 div.print {
  display: none!important;
 }

 .view-wholesale-order-reports .page-title {
   display: none;
   margin-top: 0;
 }

 .view-wholesale-order-reports .view-header {
   display: none;
 }

 .view-wholesale-order-reports .tableWrap {
 margin: 0 auto 0 auto;
 }

 .view-wholesale-order-reports .tableWrap > table > caption {
 display: inline;
 font-size: 12px;
 width: 100%;
 }

 .view-wholesale-order-reports thead {
   display: none;
 }

 .view-wholesale-order-reports .tableWrap  table td.views-field-product-id {
  font-size: 12px;
  width: 40%;
 }

 .view-wholesale-order-reports .tableWrap  table td.views-field-order-items-target-id {
  font-size: 12px;
  width: 40%;  
 }

 p {
  margin: 0;
  color: #000!important;
  background-color: #fff!important;
 }
 li {
  font-weight: bold!important;
 }
}

