.basic_table {
	border:none;		
}
.basic_table td {
	padding:10px;
}	
.basic_table thead td {
	background:#474747;
	color:white;
	padding:10px;
}
.basic_table tbody td {
	vertical-align:top;
	border-bottom:1px solid #c1c1c1;
}