.graph_Edge {
    fill: none;
    stroke: #656565;
    stroke-width: 1.0px;
}

.graph_Edge .common_TextBox .common_Text {
    fill: black;
    stroke: none;
}

.graph_Edge .common_TextBox .common_Shape {
    fill: white;
    stroke: none;
}

.graph_Edge.selected {
    stroke:red !important;
}

.graph_Edge.selected .common_Text {
    fill:red !important;
}
