fieldset, table.dataset, table.dataset td, table.dataset th {
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table.dataset, table.dataset td, table.dataset th {
	background: #22437f;
}

fieldset {
	margin: 1em
}

table.dataset td, table.dataset th {
	padding: .5em;
	background: #ecf0f7;
}

table.dataset td.explain {
	background: #f7f9fc
}

table.dataset th {
	background: #cad4e9;
}
