#mlm-genealogy-tree svg {
    font: 10px sans-serif;
}
#mlm-genealogy-tree .link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}
#mlm-genealogy-tree .node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}
#mlm-genealogy-tree .node text {
    font: 12px sans-serif;
}