svg#nia-chart {
  margin: 40px;
  border: 1px;
    border-width: 5px;
}

g.special:hover * {
  color: red;
  stroke: red;
}

g.chart g:hover {
  stroke: black;
}
rect.entries {
  fill: orange;
}

rect.exits {
  fill: blue;
}

rect.nets {
  fill: green;
}

#info {
  margin: 40px;
  position: relative;
  background: #efeffc;
  font-family: Ubuntu, sans-serif;
  padding: 16px;
  border-radius: 8px;
  width: 400px;
}

#info #reset {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 16px;
}
