main.master>section.master article.pledges{
	text-align:center;
	margin-bottom:1em;
}
main.master>section.master article.pledges>div{
	width:24%;
	display:inline-block;
	margin:0px 0.1em;
}
main.master>section.master article.pledges>div>h3{
	margin-bottom:0.15em;
}
main.master>section.master article.pledges div.graph{
	background-color:#eee;
	border:1px solid #bbb;
	height:200px;
	position:relative;
	width:99%;
	clear:both;
}
main.master>section.master article.pledges div.graph>svg{
	position:absolute;
	left:0px;
	z-index:0;
}
main.master>section.master article.pledges div.graph>svg>polyline{
	fill:rgba(119,183,83,0.25);
	stroke-width:1;
	stroke:#77b753;
}
main.master>section.master article.pledges>div.pledges div.graph>svg>polyline{
	fill:rgba(30,146,255,0.25);
	stroke:#1e92ff;
}
main.master>section.master article.pledges div.graph>svg>g{
	fill:none;
	stroke-width:1;
	stroke:#ccc;
}
main.master>section.master article.pledges div.graph>svg>g>path:nth-child(odd){stroke-dasharray:1,1;}
main.master>section.master article.pledges div.graph>div{
	font-size:200%;
	font-weight:bold;
	margin-top:0px;
	position:absolute;
	text-align:center;
	top:45%;
	width:100%;
	z-index:1;
	color:#00892c;
}
main.master>section.master article.pledges>div.pledges div.graph>div{
	color:#0057ae;
}
main.master>section.master article.pledges div.graph>span{
	bottom:0px;
	font-size:80%;
	padding:0px 0.25em;
	position:absolute;
	right:0px;
	z-index:1;
	color:#444;
}
main.master>section.master article.pledges>div table{margin:auto;}
main.master>section.master article.pledges>div table th{
	color:#888;
}
main.master>section.master article.pledges>div table td{
	text-align:left;
	padding:0px 0.5em;
}
main.master>section.master article.pledges>div table td:last-child{
	text-align:right;
	color:#58a42c;
	border-left:1px solid #ccc;
}
@media only screen and (max-width:1100px) {
	main.master>section.master article.pledges div.graph>div{font-size:150%;}
}
@media only screen and (max-width:800px) {
	main.master>section.master article.pledges>div{width:48%;}
}
@media only screen and (max-width:460px) {
	main.master>section.master article.pledges>div{
		width:99%;
		display:block;
	}
}