/* time Series */

.gridx line {
  stroke: grey;
  stroke-width: 1;
  stroke-opacity: 0.5;
  shape-rendering: crispEdges;
}

.gridx path {
  stroke-width: 0;
}

.xlab line{
  stroke: grey;
}

.xlab path{
  stroke: grey;
}

.xlab text{
  fill: black;
}  
