/*
---------------------------------------------------------

	TYPOGRAPHY
	
---------------------------------------------------------
*/

h3 {
	padding-top: 3px;
}



/*
---------------------------------------------------------

	GRAPH STYLES
	
---------------------------------------------------------
*/

.graph {
	margin-bottom: 17px;
}

.pie-chart-mod {
	margin: 30px 14px;
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	line-height: normal;
}

	ul.graph-key {
		position: relative;
		list-style: none;
		padding: 22px 0 3px 0;
	}
	
		ul.graph-key li {
			position: relative;
			color: #878D91;
			font-size: 13px;
			margin-bottom: 14px;
		}
		
		ul.graph-key.horz li {
			position: relative;
			color: #878D91;
			display: inline-block;
			font-size: 13px;
			padding-right: 25px;
			text-align: center;
			margin-bottom: 0;
		}

.one-third {
	width: 269px;
	float: left;
	position: relative;
	margin-right: 20px;
}

.graph.last {
	margin-right: 0;
}