.filter-button-group {
	margin-bottom: 2px;
}
.filter-button-group:after {
	content: '';
	height: 0px;
	display: table;
	clear: both;
}
.iso-container {
	min-height: 430px;
	border: 1px solid #ddd;
	border-radius: 20px;
	display: none;
}
.iso-tab {
	display: inline-block;
	margin-bottom: 12px;
	float: left;
	padding: 10px;
	border-top: 1px solid #726994;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-radius: 6px;
}
/*.iso-tab:last-child {border-right: 1px solid #ddd;}*/
.iso-tab a {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}
.iso-content {
	padding: 24px;
}
.iso-content h2 {font-family: 'PT Sans'; font-weight: normal;}
