
table.standard
{      
  border-collapse: collapse;
  font-size: 0.75em;
}

table.standard th, table.standard td
{
  padding: 4px 8px 6px 8px;
  line-height: 1.5em; 
  vertical-align: top;  
}

table.standard th
{  
  text-align: left;
  text-transform: uppercase;
}


.table-wrapper {  
  background-color: #f2f2f2;
  padding: 10px;
  margin: 0 20px 10px 20px;
}

table.comparison
{      
  border-collapse: collapse;
  margin: 10px 0;
}

table.comparison th, table.comparison td
{
  padding: 4px 8px 6px 8px;
  line-height: 1.5em; 
  vertical-align: top;  
  width: 210px;
}

table.comparison th
{  
  text-align: left;
  text-transform: uppercase;  
}

table.comparison h2 {
  margin: 0;
  height: 50px;
}

table.comparison td.highlight {
  background-color: #dfd9e3;
  border-right: #fff solid 1px;
}

table.comparison td.highlight p {
  font-weight: bold;
}