
.bubbletree-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bubbletree {
    background: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bubbletree .bubbletree-label {
    position: absolute;
    color: #fff;
    text-align: center;
    cursor: default;
}

.bubbletree .bubbletree-amount {
    font-family: Graublau, Georgia, sans-serif;
    font-size: 12px;
}

.bubbletree .bubbletree-desc {
    font-family: sans-serif;
    font-size: 12px;

}

.bubbletree .bubbletree-label2 {
    position: absolute;
    color: #000;
    text-align: center;
    cursor: default;
    font-size: 12px;
    font-family: sans-serif;
    margin-top:10px;
}

.bubbletree .bubbletree-label2 span {
    background: #fff;
}

.loading {
    z-index: 1000;
    position: absolute;
    width: 700px;
    height: 400px;
}