svg.container {
  background: none;
}

.d3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
path.line {
  fill: none;
  color: #c0c0c0;
}
g.ticks text {
  font-size: 11px;
}
.y-label {
  font-size: 10px;
}
.legend-text {
  color: #3E576F;
  font-size: 10px;
}
