h2 {
	margin-bottom:30px;
}
.circle {
	margin-top:0px;
	margin-right: 10px;
	margin-bottom:20px;
	width:25px;
	height:25px;
	background: #97BE6D;
	border-radius: 75px;
	text-align: center;
	font-size: 13pt;
	color:white;
	float:left;
}

.family {
	margin-top:-13px;
	margin-left: -13px;
	margin-right: 25px;
	margin-bottom:25px;
	width:220px;
	padding:13px;
	text-decoration: none;
	display: block;
	float: left;
}
.family:hover {
	background: #F8F8F8;
}
.family h4 {
	color:gray;
	margin: 4px 0px -4px 0px;
}
.family .mapAnnotation {
	margin-top:7px;
}
.family .progressBar {
	margin-top: 7px;
	margin-bottom: 2px;
	width:99%;
	height:13px;
	background:#F1F1F1;
}
.family .progressBar .progress {
	width:2px; /* default */
	height:13px;
	background:#86C657;
	float:left;
}