

div.comparison {
  width: 572px;
  height: 37px; 
  background-image: url('/images/compare-bg.jpg'); 
  margin: 0px; 
  padding: 0px; 
  display: table; 
  vertical-align: middle; 
  overflow: hidden;
}

table.comparison {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 0px;
}

table.comparison tr {
  width: 568px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

table.comparison td {
  line-height: 15px; 
  font-size: 14px; 
  font-family: arial, sans-serif; 
  border: none;
  height: 30px;
  overflow: hidden;
}

table.comparison td div {
  padding-left: 10px;
  padding-right: 10px;
}

td.feature {
  width: 220px; 
}

td.yesno {
  width: 120px;
  text-align: center;
}

td.white {
 color: #005500;
 line-height: 1px;
 font-size: 1px;  
}

td.red {
 color: #dd0000;
}





