@import url("http://bl.ocks.org/style.css");

#trendlines_chart_div {
  display: block;
  max-width: 100%;
}

path {
  stroke: steelblue;
  stroke-width: 1;
  fill: none;
}

.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.legend {
  font-size: 1em;
  font-weight: normal;
  text-anchor: middle;
}
