text {
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
    font-size: 14px;
}

.node rect {
    stroke: #333;
    fill: #fff;
}
.edgePath path.path {
    stroke: #333;
    stroke-width: 1.5px;
    fill: none;
}

.edgePath path {
    stroke: #333;
    fill: #333;
    stroke-width: 1.5px;
}

.node text {
    pointer-events: none;
}

.tipsy .name {
    font-size: 1.5em;
    font-weight: bold;
    color: #60b1fc;
    margin: 0;
}
.tipsy .description {
    font-size: 1.2em;
    word-wrap: break-word;
}
svg {
    border: 1px solid #9C9C9C;
}