@import url("https://fonts.googleapis.com/css?family=Roboto:100i");

body {
  font-family: "Roboto", sans-serif;
}

#chart {
  resize: both;
  border: 1px dashed lightslategray;
  overflow: auto;
  width: 750px;
  height: 400px;
}

rect {
  shape-rendering: crispEdges;
}

text {
  font-size: 12px;
  font-family: monospace;
}

.link {
  fill: none;
}
