text {
  font-family: 'Open Sans Condensed';
  font-size: 1.5em;
}

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

.axis text {
  fill: #757575;
}

.y-axis line {
  stroke: #C6C6C6;
  stroke-width: 1px;
  stroke-dasharray: 2
}

.x-axis path,
.x-axis line {
  stroke: #C6C6C6;
}

.sparkline .axis text{
  font-size: 1.25em;
}