.cdf-filter-wrap {
	max-width: 700px;
	margin: 1em 0;
}

.cdf-filter-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4em;
}

.cdf-filter-wrap select {
	display: block;
	margin: 0 0 1em;
	padding: 0.5em;
	min-width: 260px;
}

.cdf-summary-table,
.cdf-results-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

.cdf-summary-table th,
.cdf-summary-table td,
.cdf-results-table th,
.cdf-results-table td {
	text-align: left;
	padding: 0.5em 0.75em;
	border: 1px solid #ddd;
}

.cdf-summary-table th {
	width: 200px;
	background: #f5f5f5;
}

.cdf-results-table th {
	background: #f5f5f5;
}
