.hidden {
  display: none;
}
.lineGraph {
  fill: none;
  stroke: #4682b4;
  stroke-width: 1.5px;
}
.axis path {
  fill: none;
  stroke: #808080;
  shape-rendering: crispEdges;
  stroke-width: 1px;
}
.axis .x {
  font-size: 11px;
}
.axis .x .tick {
  text-anchor: start;
}
.axis .x .tick text {
  fill: #808080;
  transform: rotate(-90deg);
}
.axis .x.weekly {
  font-size: 8px;
}
.bars {
  fill: #d0d0d0;
}
