body {
  font-family: 'Source Sans Pro', sans-serif;
}


h1#title {
  display:inline;
  font-size: 24px;
  font-weight: bold;
  color: #004B77;
  clear: both;
  margin-top: 0px;
}



h2#date {
  display:inline;
  font-size: 12px;
  margin-bottom: 5px;
  fill: #0280C5;
}



div#container {
  padding:5px;
  border-width: 0px;
  border-top: 2px;
  border-style: solid;
  border-color: #007EC9;
  width: 600px;
  margin-top: 4px;

}


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


div.note{
    position: absolute;
    text-align: left;
    font: 9px sans-serif;
    color: grey;
    pointer-events: none;
}


.line {
  fill: none;
  stroke: steelblue;
  stroke-opacity: .6;
  stroke-width: 2px;
  stroke-linecap: round;
}

.tip{
  font: 10px sans-serif;
  cursor: default;
  pointer-events: none;
}

.y {
  font-size:8px;
}