#plans {
    margin:20px 0 20px 0;
	width: 100%;
	border-collapse: collapse; 

	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
}
#plans td.blank {
    background-color:transparent;
    border:none;
}
#plans thead td {
    width:25%;
	border-bottom: 1px solid #D6D6D6;	
	border-top: 1px solid #D6D6D6;
	text-align:center;
	font-weight:bold;
	height:25px;
	padding:3px 10px;

	color:#000;
	font-size:161.6%;
	line-height:25px;
	background-color:#EBEBEB;
  
}
#plans tbody th {
     min-width:80px;
	border-bottom: 1px solid #D6D6D6;	
	border-top: 1px solid #D6D6D6;
	text-align:right;
	font-weight:normal;
	height:25px;
	padding:0px 10px;

	color:#000;
	
	line-height:25px;
	background-color:#EBEBEB;
}
#plans tbody tr {

}
#plans tbody td {
    text-align:center;
    border-bottom: 1px solid #D6D6D6;	
   
}
#plans tbody td.yes {
   text-indent:-1000em;
    background:transparent url('/images/common/checkmark.gif') center center no-repeat;
    
}
#plans tbody td.no {
   text-indent:-1000em;
}
#plans tbody td.price {
   font-size:131%;
   font-weight:bold;
}
#plans tfoot tr {
    
}
#plans tfoot td button {
   margin-left:auto;
   margin-right:auto;
   
}
#plans tfoot td  {
   text-align:center;
   
}
