.exp-bubbles-container {
}

#exp-bubbles-background {
    fill: none;
    pointer-events: all;
}

.exp-bubbles-node {
    fill: #dce9be;
}
.exp-bubbles-node:hover  circle{
    fill: #e8e9e7;
}
.exp-bubbles-selected {
    fill: #cee98f;
    stroke: #a6ba92;
    stroke-width: 1.5px;
}
.exp-bubbles-container .active {
    color: #a6ba92;
}

a.exp-bubbles-label {
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: georgia,"times new roman",times,serif;
    line-height: 1em;
    position: absolute;
    text-align: center;
    text-decoration: none;
}

.exp-bubbles-label .exp-bubbles-label-value {
    font: 11px sans-serif;
    white-space: nowrap;
}
