/* styling info for datasheets */

@media print {
  TABLE.DSCart { /* the cart should not print */
    display: none;
  }
}

.aswillprint TABLE.DSCart { /* the cart should not print */
  display: none;
}

@media screen {
  TABLE.DSCart { /* The table containing the shopping cart */
    margin: 10px 0 0 0;
    background-color: #363767;
    color: #E4E5EB;
    font-size: 13px;
    table-layout: auto;
    border: 2px solid black;
  font-family:sans-serif, Arial, Helvetica;
  }

  TABLE.DSCart td { /* The row with the inputs */
    padding: 3px;
  }

  TABLE.DSCart td * { /* The row with the inputs */
    padding: 0;
    margin: 3px;
  }

  TABLE.DSCart th { /* The headings of shopping cart */
    padding: 6px;
    text-align: left;
  }
}

  div.print_header td.left {
    text-align: left;
  }

  div.print_header td.right {
    text-align: right;
  }

  div.print_header td.left * {
    margin-left: 0;
    margin-right: auto;
  }

  div.print_header td.right * {
    margin-left: auto;
    margin-right: 0;
  }

  div.DSHeader_PDS { /* "Product Datasheet" in header */
    font-size: 14pt;
    font-weight: bold;
  }

 div.DSHeader_lein { /* "www.leinco.com" in header */
    font-size: 10pt;
color: #000080;
  }

  div.DSHeader_slogan { /* slogan in header */
    font-size: 10pt;
    font-style: italic;
color: #000080;
  }

  div.DS_footer_disclaimer { /* disclaimer at the end of datasheets */
    margin-top: 10pt;
    font-size: 10pt;
    font-style: italic;
    text-align: center;
  }

  div.DS_footer_info { /* info at the bottom of printed datasheets */
    margin-top: 6pt;
    font-size: 10pt;
    text-align: center;
  }

  DIV.DSHead { /* product name at top of page */
    font-size: 15pt;
    font-weight: bold;
  }

  DIV.DSFormat, DIV.DSAltNames, DIV.DSProductType { /* stuff right under title */
    font-size: 12pt;
    font-weight: bold;
  }

  DIV.DSAdsorbedAgainst { /* stuff right under title */
    font-size: 10pt;
    font-weight: bold;
  }

  TABLE.DSSH { /* table with Pr.No, Clone, Isotype, Concentration & Pkg. Size */
    margin: 6.67pt 0 6.67pt 0;
    table-layout: fixed;
  }

  TABLE.DSSH TR { /* table with Pr.No, Clone, Isotype, Concentration & Pkg. Size */
    height: 7.33pt;
    margin: 0;
  }
  
 TD.DSPN { /* Property name for the table */
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
    width: 110px;
  }

  TD.DSPV { /* Property value for the table */
    margin: 0;
    font-size: 10pt;
    font-weight: 400;
  }

  DIV.DSSH { /* Description, Formulation, Reconstitution, etc... headings */
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10pt;
  }

  DIV.DSDI { /* text under description heading */
    font-size: 10pt;
    font-weight: 400;    
  }

  DIV.DSDI SPAN.DSTH { /* name of property described under Description */
    font-size: 10pt;
    font-weight: 400;
    text-decoration: underline; 
  }

  DIV.DSSimple { /* text under Formulation, Reconstitution, Storage and Stability & other simple text */
    font-size: 10pt;
    font-weight: 400;
  }

  DIV.RepAppDes {
    font-size: 9.33pt;
    font-weight: 400;
    margin-top: 15px;
  }

  DIV.RepAppDes SPAN.DSTitle{
    font-size: 9.33pt;
    font-weight: bold;
  }

  DIV.DSdisclaimer{
    font-size: 9.33pt;
    font-style: italic;
    margin-top: 15px;
  }

  DIV.DSRef {
    font-size: 10pt;
    font-weight: 400;
  }
