body{
    padding-top:10px;
    padding-left:20px;
}
h2{
    font-family: "Arial";
    padding-top: 70px;
    margin-bottom: 0px;
    padding-left: 50px;
}
.axis text {
  font: 11px sans-serif;
}
.d3-tip {
  line-height: 1;
  font-family: "Arial";
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 2px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.legend{
    font-family: "Arial";
    font-size: 11px;
}

