table.dataset{
	width:100% !important;
	border-collapse: collapse;
}

table.dataset tr.even, table.dataset tr.alt, table.dataset tr:nth-of-type(even) {
	background:#fff;
}

tr.odd,
tr.odd td.sorting_1,
tr.even td.sorting_1 {
	background-color: #fff;
}

table.dataset tbody tr td, table.dataset tr td, table.dataset tfoot tr td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.dataset tbody tr th, table.dataset tr th, table.dataset tfoot tr th{
	border-left: 1px solid #BBB;
}