body {
  margin: 0;
  padding: 0;
}

.overlay{
  background-color:#EEE;
}

.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font-size: 10px;
  font-family: "FontAwesome", sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.hyperlink {
  fill: #0645ad;
}

#path-container {
  background-color: "EEEEEE";
}
div.nav > ul{
  list-style-type: none;
  display: inline;
}
div.nav li {
  float: left;
  
}
div.nav li::before {
  content: ">";
}
div.nav li a {
  display: inline;
  color: black;
  text-align: center;
  padding: 7px;
  text-decoration: none;
  cursor: zoom-in;
}
