  table.products {
    width: 100%;
    padding: 0;
    
    border-collapse: collapse;
  }
  
  table.products tr.prices {
    font-weight: bold;
    background: #c8f3b4;
  }

  table.products th {
    text-align: center;
    border: 1px solid #fff;
    background: #ddd;
    
    margin: 0;
    padding: 3px;
  }
  
  table.products th.empty {
    border: 0 !important;
    background: #fff !important;
  }
  
  table.products th.subs {
    width: 7%;
  }
  
  table.products th.type_single {
    background: #ccccbd;
  }
  
  table.products th.type_multi {
    background: #bdcccc;
  }
  
  table.products th.type_complexes {
    background: #9faebd;
  }
  
  table.products td {
    text-align: center;
    border: 1px solid #C8D1D9;
    
    font-weight: bold !important;
    
    margin: 0;
    padding: 3px;
    
  }
  
  table.products td.features {
    text-align: left !important;
  }
  
  table.products td.highlight {
    background: #FFA9A9;
  }
  
  table.products th.highlight {
    background: #FFA9A9;
  }
  
  span.more {
    font: 10px Verdana, Sans-Serif;
  }