    .graph-line {
  stroke-width: 0px;
  fill: none;
  stroke: #222831;
  /*shape-rendering: crispEdges;*/
}

.y-axis .tick line {
  shape-rendering: crispEdges;
  stroke: #dadada;
  stroke-dasharray: 3 4;
  fill: none;
}

#province-graph svg {
  background: white;
}

#province-graph h2 {
  margin-top: 0;
}

.graph-button {
  background: #ebebeb;
  border: none;
  outline: none;
  font-family: 'CTVSans-Regular', 'CTV Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  padding: 5px 9px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
