
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: auto;
  position: relative;
  width: 960px;
}

form {
  position: absolute;
  right: 10px;
  top: 10px;
}

.node {
  border: solid 1px white;
  font: 10px sans-serif;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
}

div.node {
  cursor: pointer;
  font-size: 10px;
  line-height: 100%;
}

div.node:hover {
  text-decoration: underline;
}



#bubble_tooltip,
#tooltip {
  position: absolute;
  width: 220px;
  height: auto;
  padding: 10px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

#bubble_tooltip.hidden,
#tooltip.hidden {
  display: none;
}

#bubble_tooltip p,
#tooltip p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}

svg path {
  cursor: pointer;
}

#sunburst_tooltip {
  position: absolute;
  left: 0;
  top: 450px;
  right: 0;
  text-align: center;
}

#sunburst_title {
  font-size: 20px;
  line-height: 120%;
  margin: 0;
}

#sunburst_link {
  font-size: 15px;
  line-height: 120%;
  margin: 0;
}

div#d3svg.hover a.node {
  opacity: .5;
}
