
.comp_chart table {
 /*font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;*/
 text-align: center;
 width: 570px;
 border: solid 2px #445569;
}
.comp_chart td {
 height: 17px;
 padding: 6px;
 border-right: 1px solid #d2d2c9;
 border-bottom: 1px solid #d2d2c9;
}
.header { color: white;
 /*color: #b5111b;*/
 font-size: 14px;
 font-weight: bold;
 background-color: #445569;
/* background-color: #d2d2c9;*/
 text-align: center;
 vertical-align: middle;
 height: 50px; 
}
.feature {
 font-weight: bold;
 text-align: left;
 width: 210px; 
}
.sub_feature {
 font-weight: normal;
 text-align: left;
}
td.no, td.yes {
 text-indent: -9999px;
 overflow: hidden;
 background-repeat: no-repeat;
 background-position: center;
}
.yes {
 background-image: url(http://www.chartlogic.com/images/yes.jpg); 
}
.text {
 font-weight: bold; 
}