svg {
    width: 100%;
    height: 100%;
    position: center;
}

.saveChartIcon
{
    float: right;
    color: #1C5C7D;
    cursor: pointer;
    padding-right: 20px;
}

text{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/

}
.toolTip {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 12px sans-serif;
    padding: 5px;
    text-align: center;
}

.d3-tip {
  line-height: 1;
  padding: 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

.d3-tip.n:after {
  margin: -2px 0 0 0;
  top: 100%;
  left: 0;
}

/*.legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60%;
}*/
text {
    font: 12px;
    color: #777777;
}
.axis text {
    font: 12px;
    color: grey;
}
.axis-percent path{
    fill: none;
    stroke: none;
}
.axis-percent line {
    fill: none;
    stroke: grey;
    shape-rendering: crispEdges;
}
.x.axis path {
    display: none;
}

.axis--y path{
  stroke: #464646;
  stroke-linecap: square;
  shape-rendering: crispEdges;
  stroke-width: 4px;
}
