body {
  font: 11px sans-serif;
}

svg{
  background: #3FB8AF;
}

text.chart-title{
  fill: #DAD8A7;
  font-size: 14px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #7FC7AF;
  shape-rendering: crispEdges;
}
.axis text{
  fill: #DAD8A7;
}

path.area{
  fill: #FF9E9D;
}

circle.point{
  fill: #FF3D7F;
  stroke-width: 1.5px;
  stroke: #fff;
}

line.cursor {
  fill: none;
  stroke: #7FC7AF;
  shape-rendering: crispEdges;
}

.flag-layer rect{
  fill: #7FC7AF;
}

text.week{
  font-size: 18px;
}

text.estimated{
  font-size: 14px;
  fill: #222;
}