.dc-graph text.node-label {
    font: 10px helvetica, san-serif;
    text-anchor: middle;
    pointer-events: none;
}

.edge-label {
    visibility: visible;
}

#main {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
}

#graph {
    flex: 1;
}

#numerics {
    position: absolute;
    left: 1em;
    top: 1em;
}

span.numeric-heading {
    display: inline-block;
    min-width: 5em;
}

.d3-tip table td {
    font-size: 10px;
    font-weight: normal;
}
