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

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

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

path.waitlist {
  fill: none;
  stroke: #FE9929;
  stroke-width: 1.5px;
  stroke-opacity: 1.25;
}

path.area {
  fill: #A1D99B;
}

path.area3 {
  fill: #FEE391;
}

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

path.full{
  fill: none;
  stroke: #A50026;
  stroke-width: 1.5px;
  stroke-opacity: 1.25;
}

line.line4 {
  fill: none;
  stroke: steelblue;
  stroke-width: 1 px;
  shape-rendering: crispEdges;
}

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

}

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

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


text.full {
  font: 10px sans-serif;
  stroke: #A50026;
  fill: #A50026;
  letter-spacing: .75px;
  font-weight: 400;
  stroke-width: 0.25px;
}

text.enrolled {
  font: 10px sans-serif;
  stroke: #006D2C;
  fill: #006D2C;
  letter-spacing: .75px;
  font-weight: 500;
  stroke-width: 0.20px;
}

text.waitlisted {
  font: 10px sans-serif;
  stroke: #FE9929;
  fill: #FE9929;
  letter-spacing: .75px;
  font-weight: 500;
  stroke-width: 0.20px;
}

text.milestones {
  font: 10px sans-serif;
  stroke: none;
  fill: steelblue;
}

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