div.datagrid table {
	border-collapse: 		collapse !important;
	border:					none !important;
	text-align: 			left !important;
	width: 					100% !important;
	border-bottom:			1px #ccc dotted !important;
	border-top:				1px #ccc dotted !important;
}
div.datagrid table tr,  div.datagrid table td {
	border:					none !important;
}
div.datagrid table td {
	color:					#000 !important;
	padding:				10px !important;
}
div.datagrid table tr:nth-child(even) {
	background-color: 		#eee; 
}