.node p {
    margin: 0;
    padding: 0;
}

/* optional Container STYLES */
.chart {
    margin: 5px;
}

.Treant > .node {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.Treant > p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.node-name {
    font-weight: bold;
}

.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 200px;
    font-family: Tahoma;
    font-size: 12px;
}

    .nodeExample1 img {
        margin-right: 10px;
    }

.emphasizedTreantSubject {
    color: darkviolet;
}
