
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  }
  page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
  }
  page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;  
  }
  body {
    font-size: 10pt;
    
  }
  .datasheet-page-header{
    color:#FBF9F4;
    font-size: 18pt;
    font-weight: 300;
    height:100px;
  }
  #datasheet-title-section{
    background-color: #00358E;
    height: 87pt;
  }
  #datasheet-product-title{
    bottom:0;
    position: absolute;
    margin-left: 15px;
  
  }
  .datasheet-specs-header-text{
    width: 30%;
    border-bottom: thin solid #000;
    margin-bottom: 10px;
  }
  .datasheet-section-header-text{
    color:#BA0C2F;
    font-size: 11pt;
    font-weight: 300;
  }
  
  #keyfeatures ul li{
    font-size: 9.5pt;
    color:#00358E;
  }
  .product-page-table td:first-child{
    font-weight: 300;
  }
  .product-page-table{
    padding-bottom: 3em;
  }
  @media print {
    body, page {
      margin: 0;
      box-shadow: 0;
    }
    .avoid-break {
      break-inside: avoid;
      page-break-inside: avoid;
      overflow: visible; 
    }
  }