.piper-table{
	width:371px;
	margin-bottom: 15px;
}

.highcharts-container path {
  stroke-linecap: butt;
}

.quarterly-data{
	font-family: Arial;
	vertical-align: middle;
	float:left;
	height:auto;
	margin-bottom:12px;
}

.piper-table .last,
.piper-table .first{
	border-bottom: 2px solid #929292 !important;
}

.piper-table .thick-border-bottom{
	border-bottom: 3px solid #929292;
}

.quarterly-data td{
	padding:10px 0;
	border-right: 1px solid #DDD;
	font-size:11px;
	color:#4F4F4F;
	text-align: center;
}

.piper-table .light td:first-child,
.piper-table .dark td:first-child {
	color:#000;
	font-weight: bold;
	text-align: left;
	padding:10px 14px;
	border-left: 1px solid #DDD;
}

.quarterly-data tr {
	border-bottom: 1px solid #929292;
}

.quarterly-data th {
	padding:10px;
}

.piper-table .line {
	height:1px;
	background-color: #DDD;
	margin:0;
}

.piper-table .dark {
	background-color: #f7f7f7;
}

.quarterly-data .returns {
	width:47px;
	font-size:13px;
	line-height: 15px;
	text-align: center;
	font-weight:700;
}

.quarterly-data .category {
	width:215px;
	color:#993300;
	font-size:14px;
	vertical-align: middle;
	text-align: left;
	padding-left:14px;
	font-weight: bold;
}

.charts {
	display:block;
	border-bottom: 3px solid #AAA;
	margin-bottom: 15px;
}

.piper-table .table-header {
	font-family: Georgia;
	font-weight:normal;
	font-size: 25px;
	margin: 10px 0;
}

.chart-graph {
	min-width:400px;
	margin: 0 auto 15px auto;
}

.filed-under {
	margin-bottom:15px;
}

.quarterly-data.no-margin-right {
	margin-right:0;
}

.quarterly-data.float-right {
	float:right;
}

.quarterly-data:nth-child(2n+1) {
  clear: both;
}