@charset "iso-8859-1";
/* CSS Document */

#chart {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.chart_return {
	text-align: center;
}

.chart_date {
	color: #8DA4B3;
	margin-bottom: 4px;
}

.chart_hr {
	border: 0;
	height: 1px;
	background: #8DA4B3;
	color: #8DA4B3;
	margin: 12px 0px;
}

.chart_track {
	list-style: inside decimal-leading-zero;
}

.chart_intro {
	margin-bottom: 10px;
}

/* End */