﻿h3
{
    clear: both;
    border-bottom: Solid 1px Black;
    color: #5A272A;
    margin-top: 10px;
}

.hmis
{
    width: 180px;
    border: solid 1px #817d6e;
    border: solid 1px #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    height: 150px;    
}

.manufacturer
{
    width: 465px;
    border: solid 1px #817d6e; 
}


.health
{
    background-color: #0000fe;
    color: White;
    text-transform: uppercase;    
    padding: 2px 0px 2px 2px;  
    border: solid 1px #817d6e;
    border: solid 1px #000000;
    margin: 2px 5px; 
    clear: both;
    min-height: 22px;    
    
}
.flammability
{
    background-color: #fe0000;
    color: White;
    text-transform: uppercase;
    padding: 2px 0px 2px 2px;
    border: solid 1px #817d6e;
    border: solid 1px #000000;
    margin: 2px 5px; 
    clear: both;
    min-height: 22px;
}
.reactivity
{
    background-color: #ffff01;
    color: black;
    text-transform: uppercase;    
    padding: 2px 0px 2px 2px;
    border: solid 1px #817d6e;
    border: solid 1px #000000;
    margin: 2px 5px; 
    clear: both;
    min-height: 22px;
}
.protection
{
    background-color: #ffffff;
    color: black;
    text-transform: uppercase;    
    padding: 2px 0px 2px 2px;
    font-size: 12px;
    margin: 2px 5px;    
    clear: both;
    min-height: 22px;
    border: solid 1px white;
    vertical-align: middle;
}

.hmisValues
{
    color:Black;    
    background-color: White;    
    border: Solid 1px #817d6e;    
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    float: right;
    margin: 1px; 
    margin-right: 3px;      
}

.msdsheading, .sara th, .heading
{
 display: block;
 font-weight: bold;
 margin-top: 4px;
    
}

.msdsitem, .item
{
  display: block;
  line-height: normal;  
  margin: 0px 4px; 
}

.msdsitemSmall, .el
{
  display: block;
  line-height: 16px;
  text-indent: 4px;
  font-size: 9px; 
}

.sara
{
    width: 100%;
    border-collapse: collapse;
    border-bottom: dotted 1px black;   
}

.sara td
{
    vertical-align: top;    
}

.sara td.alt
{
    vertical-align: top;
    background-color: #f1f1f1;
}

.sara th, .th
{
    vertical-align: bottom;
    border-bottom: dotted 1px black;
}

.el
{
    text-indent: 40px;   
}
    


