body {
	max-width: 680px;
	margin: 0 auto;
}

.chartContainer {
	width: 100%;
	/*height: 400px;*/
	/*background: #eee;*/
	position: relative;
	color: #333;
}

.bar {
	position: absolute;
	bottom: 0px;
	background: #c70000;
}

.col {
	width: 33.333333%;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

@media only screen and (max-width: 500px) {
	.col {
		width: 50%;
	}
}

.col0 {
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.collapse .col0 {
	max-height: 200px;
	overflow: hidden;
}

.col0:after {
	background: none;
}

.collapse .col0:after {
	content: "";
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */

}

.grouphed {
	font-family: "Guardian Egyptian Web", serif;
	font-weight: 100;
	font-size: 18px;
}

.person {
	margin: 2px 0px;
	font-family: "Guardian Text Sans Web", Arial, sans-serif;
	color: #888;
	padding-right: 4px;
	box-sizing: border-box;
}

.person span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-top: 1px;
	display: inline-block;
	margin-right: 1px;
	vertical-align: top;
	background: #0084c6;
}

.person .gop {
	background: #EA4545;
}

.col0 .person {
	display: inline-block;
	width: 33.3333%;
}

@media only screen and (max-width: 500px) {
	.col0 .person {
		width: 50%;
	}
}

.hed {
	display: block;
	width: 100%;
	font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #333;
	font-weight: bold;
	margin: 0px 0 10px;
/*	font-size: 15px;
	color: #333;*/
}

.group {
	display: block;
}

.grouphed {
	font-size: 20px;
}

.house {
	margin-top: 20px;
}

.showtoggle {
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-family: "Guardian Text Sans Web", Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}

.showtoggle:hover {
	color: #333;
}