/* Stylesheet for the CMUCC Network Map */

.link {
    stroke: #999;
    stroke-opacity: 0.6;
}

.node {
    cursor: move;
    stroke: #fff;
    stroke-width: 1.5px;
}

.node.fixed circle {
    stroke: #000 !important;
    fill: #f00 !important;
}

.node text {
    stroke: none;
    pointer-events: none;
    font: 10px sans-serif;
}
