/* Table Formatting */

.tbl-specification 
  {   
	background: #f99; 
	border: solid 1px #6AAF08;
	margin-bottom: 20px;
  }
tr:nth-child(odd) 
  {    
	text-align: center;
	background: #f2f2f2;   
	width: 15%;   
	height: 25px;
  }
.tbl-heading
  {    
  	text-align: center;
	background: #6AAF08;   
	color: #FFF;  
	padding: 10px;
	font-size:20px;
	font-weight: bolder;
	text-transform: uppercase;
  }
tr:nth-child(even)
  { 
    text-align: center; 
  	background: #ffffff;    
	width: 1%; 
	height: 25px;
  }
.tbl-specification td 
  { 
     padding: 5px; 
	 width: 0%;
	 font-size:16px;
	 font-weight:450;
  }