

.node{
    stroke: grey
    stroke-width: 1px;
    fill:#fff;
    }
	
/* INFOSCREEN / DATATIP */
.nodetext{
    font-size:10px;
    font-family:Univers,Helvetica,Arial;
    max-width:60px;
}
.nodetextbold{
    font-size:12px;
    font-family:Univers,Helvetica,Arial;
    max-width:60px;
    font-weight:bold;
}

.nodetextorange{
    fill:#ff8905;
    font-size:14px;
    font-family:Univers,Helvetica,Arial;
    font-weight:bold;
    background-color: #DCDFE0;
    max-width:60px;
}

.nodetextorangebig{
    fill:#ff8905;
    font-size:24px;
    font-family:Univers,Helvetica,Arial;
    font-weight:bold;
    background-color: #DCDFE0;
    max-width:60px;
}

.mouseover{
    fill:#E9E9EA;
    fill-opacity:0.8;
	max-width:60px;
}


