@charset "utf-8";
.graph {
	position: relative;
	line-height: 1.5;
}
.graph:not(:first-child) {
	margin-top: 20px;
}
.gr-wrap {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin: 2px 0 10px 0;
	position: relative;
	background-color: #f6f6f6;
}
.gr-wrap p { margin-top: 0; }
.gr-cap {
	font-size: .6em;
	margin: 0;
}
span.gr-cap {
	font-size: 0.5em;
	float: right;
	color: #ccc;
}
.gr-cap.rt {
	text-align: right;
}
