svg.sprotty-graph {
    width: 100%;
    height: 100%;
    outline: none;
}

.sprotty-node {
    fill: white;
    stroke: black;
    stroke-width: 2;
    rx: 10px;
}

.sprotty-label {
    font-size: 16px;
    text-anchor: middle;
}

.sprotty-edge {
    fill: none;
    stroke: black;
    stroke-width: 2;
}

.sprotty-routing-handle {
    fill: darkgray;
}
