.graphic {
	display: block;
	margin: 40px 0px 40px 0px;
}
.intro_text {
	font-family: 'Source Sans Pro' Tahoma, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0px 15px 0px;
}

.highlight {
	font-weight: bold;
}

.highlight_purple {
	font-weight: bold;
	color: #702060;
}

.highlight_yellow {
	font-weight: bold;
	background-color: #fff584;
	padding: 2px;
}

.highlight_orange {
	font-weight: bold;
	background-color: #fecd8a;
	padding: 2px;
}

.facts {
	width: 175px;
	font-family: 'Source Sans Pro' Tahoma, Arial, sans-serif;
	text-align:center;
	display: inline-block;
	padding: 0px 12px 20px 15px;
	vertical-align: top;
}

.percent {
	font-weight: bold;
	color: #702060;
	font-size: 20px;

}

.fact_text {
	font-style: italic;
	font-size: 15px;
}

.source {
	font-family: 'Source Sans Pro' Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	border-top: 1px black solid;
	padding: 20px 0px 5px 0px;
	margin-top: 20px;
}