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

:root {
  --main-color: #E31E23;

}


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

#chart {
  width: 100%;
  height: 90%;
  position: absolute;
  z-index: -1;
}


.axis--y path {
  display: none;
}

.corporations {
  fill: none;
  stroke: lightgray;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: .5px;
}

.corporationsHighlight {
  fill: none;
  stroke: var(--main-color);;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke-opacity: 0.7;
}

.corporation--hover {

  stroke-width: 3px;
   stroke-opacity: 1;
  stroke: #000;
}

.focus text {
      font-weight: bold;

  font-size: 1.2em;

/*  text-anchor: left;*/
  text-shadow: 0px .15em 0px #fff, .15em 0px 0px #fff, 0px -.15em 0 #fff, -.15em 0px 0px #fff,
  .15em .15em 0px #fff, .15em -.15em 0px #fff, -.15em -.15em 0 #fff, -.15em .15em 0px #fff


}


.voronoi path {
 /* stroke: red;*/
  fill: none;
  pointer-events: all;
}
