.gen-output{ padding:1em; }
.diaspora-system-node ellipse { 
    fill: white;
    stroke: var(--pico-primary-border);
    stroke-width: 4;
}
.diaspora-system-node text {
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    
}
.diaspora-system-edge path {
    stroke: var(--pico-primary-border);;
    stroke-width: 4;
}
.gen-output svg {
    width:100%;
}

.npcgrid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 0px;
    row-gap: 0px;
}
