.bar rect {
  fill: slategray;
  shape-rendering: crispEdges;
}

.graphlabel text {
  fill: black;
  font-size: 9pt;
/* CHART FILTERING
  cursor: pointer;
*/
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.line {
	fill: none;
	stroke: steelblue;
	stroke-width: 1.5px;
}

.bar rect {
  fill: lightgray;
  shape-rendering: crispEdges;
}

.label {
	font-weight: normal;
}

.axis {
  shape-rendering: crispEdges;
}

.x.axis line {
  stroke: #fff;
}

.x.axis .minor {
  stroke-opacity: .5;
}

.x.axis path {
  display: none;
}

.share.axis line, .share.axis path {
  fill: none;
  stroke: #000;
}

.volume.axis line, .volume.axis path {
  fill: none;
  stroke: #000;
}

h2 { margin-left: -10px ;}

h4 { margin: 5px 0px; }

.chart-title {
	font-weight: normal;
}
