div.toolbar {
    width: 100%;
    height: 20px;
}

.func-call {
    height: 40px;
}
.func-call:hover {
    background-color: #DDD;
}

#fc {
    height: 500px;
}

.call {
    fill: #999;   
}
.call.hovered {
    fill: #666;
}
.filename {
    float: right;
    clear: both;
    color: green;
    margin-top: 20px;
}

.call-tree-node {
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 5px;
    border-left: 7px solid rgba(0,0,30,0.5);
    transition: height 1s;
}
.call-tree-node:hover{
    background-color: rgba(100,100,100,0.1)
}
.call-tree-node .duration {
    float: right;
    color: green;
}


#info-panel{
    height: 500px;
    background-color: #EEE;
    overflow: hidden;
}
