table.datatable{
	border: 1px #C8C8C8 solid;
	border-bottom: none;
	border-right: none;
	border-collapse: collapse;
}

table.datatable td{
	border-right: 1px #C8C8C8 solid;
	border-bottom: 1px #C8C8C8 solid;
	padding: 2px;
}

table.datatable th{
	border-right: 1px #C8C8C8 solid;
	border-bottom: 1px #C8C8C8 solid;
	padding: 2px;
}
