
header {
  padding: 10px;
}

.vd-bubble-vis {
  overflow: hidden;
  position: relative;
}


#bubble-background {
  fill: none;
  pointer-events: all;
}

.bubble-node {
  /* fill: #d1e0f3; */
  fill: #DF5926;
}

.bubble-hover {
  /* fill: #b8c7d9; */
  fill: #eeeeee;
/*  stroke: #DF5926;
  stroke-width: 1.5px;*/
}

.bubble-selected {
  /* fill: #a8c8ee;  */
  fill: #808080;
  /* stroke: #6081a3; */
  /*stroke: #ff6a00;
  stroke-width: 1.5px;*/
}

.active {
  color: #A6BA92
}

a.bubble-label {

  color: inherit;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  position: absolute;
}

.bubble-label .bubble-label-value {

  white-space: nowrap;
}

.bubble-label-name {
    font-family: 'Exo 2', 'sans-serif';
}

.bubble-label {
  visibility: hidden;
}

.bubble-label-visible {
  visibility: visible;
}