/* optional Container STYLES */
p {
    margin: 0px !important;
    padding: 0px !important;
}

.id {
    color: blue;
    font-weight: bolder;
}

.name {
    color: green;
    font-weight: bolder;
}

.chart tr:nth-child(1) td:nth-child(3) {
    color: #0cf10c !important;
    font-style: italic;
}

.chart tr:nth-child(2) td:nth-child(3) {
    color: red !important;
    font-style: italic;
}

.l-r td:first-child {
    color: red;
    font-weight: bolder;
}

.l-r td:nth-child(3) {
    color: black;
    font-weight: bolder;
}

.invisible {
    /* visibility: hidden; */
}

.invisible-tbl {
    /* opacity: 0.3; */
}

.chart-table {
    background: beige;
    width: 100%;
    margin: 0;
    padding: 0
}

.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 250px;
    font-family: Tahoma;
    font-size: 12px;
}