/* D3 CSS BEGIN*/
.text {
    stroke: #000;
    font: 15px sans-serif;
    pointer-events: none;
}

.node text {
    stroke:#333;
    cursos:pointer;
}

.node circle{
    stroke:#fff;
    stroke-width:3px;
    fill:black;
}

.node2 circle{
    stroke:#fff;
    stroke-width:3px;
    fill:green;
}
/* D3 SAMPLE CSS END*/

.link-line {
    fill: none;
    stroke: #adadad;
    stroke-width: 1.5px;
}
.link-line2 {
    fill: none;
    stroke: #c8f8b9;
    stroke-width: 1.5px;
}


button{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

input{
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
div{
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

div.tooltip:hover span{
    display			: inline;
    position		: absolute;
    background		: #ffffff;
    border			: 1px solid #cccccc;
    color			: #6c6c6c;
}

span{
    display: none;
    padding			: 2px 3px;
    margin-left		: 8px;
    width			: 130px;
}
