html {
  background: #EBEBE9;
}
#container {
  margin: 20px auto;
  width: 960px;
}

.yLabel, .xLabel {
	fill: #888;
  font: 10px sans-serif;
}

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

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: url(#rate-gradient);
  stroke-width: 1.5px;
}

.marker-line {
	stroke: #EEE;
	fill: #EEE;
	stroke-width: .5px;
}

.hide {
	opacity: 0;
}