

/* Below is new code



.features-table

{

  width: 100%;

  margin: 0 auto;

  border-collapse: separate;

  border-spacing: 0;

  text-shadow: 0 1px 0 #000;

  color: #000000;

  background: #ffffff; /*#fafafa/*  

  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)); 

}



.features-table td

{

  height: 50px;

  line-height: 50px;

  padding: 10 20px;border-bottom: 1px solid #000000;

  box-shadow: 5px 5px rgb(0,0,0);

  -moz-box-shadow: 5px 5px rgb(0,0,0);

  -webkit-box-shadow: 5px 5px rgb(0,0,0);

  white-space: nowrap;

  text-align: center ;



}



/*Body*/

.features-table tbody td

{ 

 font: bold 0.6em 'trebuchet MS', 'Lucida Sans', Arial;

  width: 325px;

}



.features-table td:nth-child(1), .features-table td:nth-child(2), .features-table td:nth-child(3), .features-table td:nth-child(4)

{

  padding: 10 20px;

  background: #ffffff; /* efefef*/

  background: rgba(255,255,255,1);



  -moz-border-radius-topright: 10px;

  -moz-border-radius-topleft: 10px; 

  border-top-right-radius: 10px;

  border-top-left-radius: 10px;

  -moz-border-radius-bottomright: 10px;

  -moz-border-radius-bottomleft: 10px; 

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

  border: 1px solid black;

    box-shadow: 0 0 20px rgba(0,0,0,0.4); 



}







/*Header*/

.features-table thead td

{

  padding: 0 20px;

  text-align: center;

  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial; 

  border: 2px solid black; 

}



.board-header

{

	text-align: center;

	font-weight: bold;

	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

	font-style: italic;

	font-size: 1.8em;

}





/*Footer*/

.features-table tfoot td

{

  text-align: center;

  font: bold 1.4em Georgia;  

  -moz-border-radius-bottomright: 10px;

  -moz-border-radius-bottomleft: 10px; 

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

  border-bottom: opx solid black;

;

}



.bodytext {

font-size:14px;

line-height: 20px;

font-family: 'bookman old style';

color: #000000;

}

.note {

font-size: 14px;

line-height: 20px;

font-family: 'bookman old style';

color: #FF0000;

}

.small {

font-size:12px;

line-height: 20px;

font-family: 'bookman old style';

color: #000000;

}











*/Above is new code







