#results_area {
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif; }
button.dt-button, div.dt-button, a.dt-button {
	margin-right: 0.5em;
	background: #637a35;
	padding: 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; }
div.dt-button-info {
	z-index: 200; }
table.ccd_table {
	font-size: 0.85em;
	border-collapse: collapse; }
table.ccd_table caption { 
	font-style: italic;
	text-align: left;
	padding: 0.8em 5px; }
table.ccd_table tbody tr td, table.ccd_table thead tr th {
	padding: 0.1em 1.2em 0.1em 0;
	text-align: right; }
table.ccd_table tfoot tr td {
	padding-top: 0.5em;
	text-align: center;
	font-style: italic; }
table.ccd_table tbody tr td:first-child, table.ccd_table thead tr th:first-child {
	text-align: left;
	padding-left: 5px; }
table.ccd_table tbody tr td:nth-child(2), table.ccd_table thead tr th:nth-child(2) {
	text-align: center; }
table.ccd_table tbody tr td:last-child, table.ccd_table thead tr th:last-child {
	padding-right: 5px; }
table.ccd_table tbody tr:nth-child(odd) {
	background: #dfe5d1; }
