.filter {
	background: #f7f7f7;
	padding: 2rem;
	border: solid 1px #cacaca;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

.filter table, .filter table tr, .filter table tr td
{
	border: none !important;
	margin: 0 !important;
}

.filter table table tr td {
	padding: 0;
	width: 33%;
}

.filter hr {
	color: #cacaca;
	margin: 2rem 0;
}

.filter a {
	color: #333;
}

.filter .btn-group-vertical>.btn, .filter .btn-group>.btn {
	flex: 1 1 33%;
}
