body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'arial', sans-serif;
  font-size: 12px;
/*  background-color: #fefefe;*/
  height: 100%;
  margin: 0;
  overflow: hidden;
}

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


.voronoi path {
  fill: none;
  pointer-events: all;
}





.axis text {
  font-size: 1em;
  fill: #000;
}

.line {
  fill: none;
  stroke: #EF3E3D;
  stroke-width: 4px;
}

.circle {
  fill: #EF3E3D;
/*  stroke: #158fcf;
  stroke-width: 4px;*/
}
.circle_hover {
  fill: black;
/*  stroke: #158fcf;
  stroke-width: 4px;*/
}



#chart {
  width: 100%;
  height: 100%;
  position: absolute;
}

.y.axis path {
  display: none;
}

.x.axis path {
  display: none;
}

.x.axis text {

  font-weight: bold;
  shape-rendering: crispEdges;
}

.y.axis line {
   shape-rendering: crispEdges;
  stroke-dasharray: 1,2;
  stroke: #000;
}

.linecaption {
/*  font-family: 'Montserrat', sans-serif;*/
  font-weight: bold;
  font-size: 1.5em;
/*  text-transform: uppercase;*/
    fill: #EF3E3D;
}

.linecaption_hover {
/*  font-family: 'Montserrat', sans-serif;*/
  font-weight: bold;
  font-size: 1.5em;
/*  text-transform: uppercase;*/
  text-shadow: 0 2.5px 0 #fff, 2.5px 0 0 #fff, 0 -2.5px 0 #fff, -2.5px 0 0 #fff;
    fill: black;
}

