/*Features table------------------------------------------------------------*/
.features-table{
      width: auto;
      margin: 0 auto;
      border-collapse: collapse;
      border-spacing: 0;
      text-shadow: 0 0 0 #ffffff;
      color: #2a2a2a;
      background-color: #ffffff;  
      background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
      background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, 

#eaeaea),to(#fff)); 
  	font-family: Trebuchet MS;
}
.features-table td{
  	height: 30px;
  	line-height: 30px;
  	padding: 0 20px;
  	border-bottom: 1px solid #cdcdcd;
  	box-shadow: 0 1px 0 white;
  	-moz-box-shadow: 0 1px 0 white;
  	-webkit-box-shadow: 0 1px 0 white;
  	white-space: nowrap;
}

.no-border td{
  	border-bottom: none;
  	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;     
}

.col-cell{
  	text-align: center;
  	width: 30px;
  	font-family: Trebuchet MS;  
}

.col-cell1, .col-cell2,.col-cell3,.col-cell4,.col-cell5,{
  	background: #efefef;
  	background: rgba(144,144,144,0.15);
  	border-right: 0px solid white;
}
.col-cellh{
  	font: bold 1.0em 'trebuchet MS';  
  	-moz-border-radius-topright: 10px;
  	-moz-border-radius-topleft: 10px; 
  	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
  	border-top: 1px solid #eaeaea !important; 
}

.col-cellf{
  	font: bold 1.0em 'Trebuchet MS';   
  	-moz-border-radius-bottomright: 10px;
  	-moz-border-radius-bottomleft: 10px; 
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
  	border-bottom: 0px solid #dadada !important;
}