body {
  font: 10px sans-serif;
  margin-top: 20px;
}

svg {
  margin-top: 40px;
  margin-left: 10px;
}

path.line {
  fill: none;
  stroke: #e6550d;
  stroke-width: 1.5px;
}


path.area {
  fill: #e6550d;
  fill-opacity: .5;
}

.x.axis path, .x.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

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

text.blockReason {
  font: 10px sans-serif;
  color: #666;
  letter-spacing: 1px;
  font-weight: 600;
}

text.maxBlocks {
  font: 18px sans-serif;
  stroke: #e6550d;
  fill: #e6550d;
  letter-spacing: 1px;
  font-weight: 400;
}


#header {
  position: absolute;
  z-index: 1;
  display: block;
}

#header {
  top: 20px;
  left: 40px;
  font: 300 18px "Helvetica Neue";
  color: steelblue;
}



#sara {
  top: 65px;
  left: 40px;
  font: 300 12px "Helvetica Neue";
  color: steelblue;
  letter-spacing: 1px;
  position: absolute;
    display: block;
}