div.comparison-item{
  margin-bottom: 15px;
}
div.comparison-item-header{
  font-weight: bold;
  color: #EC9136;
  font-size: 13px;
  margin-bottom: 5px;
}
div.comparison-item-subheader{
  margin-bottom: 3px;
}

h2.comparison-subheader{
  font-size: 14px;
  color: #3f3f3f;
  margin-top: 25px;
}

tr.comparison-table-header{
  background: #EC9136;
  
}

tr.comparison-table-header td{
  color: #fff;
  font-weight: bold;
  
}

td.comparison-table-firstcell{
  font-weight: bold;
}

td.comparison-table-lastcell{
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

