@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300,100);

body{ 
  font-family: 'Lato', sans-serif;
}
.node {
   cursor: pointer;
}
.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1px;  
}
.node text {
    font: 8px sans-serif;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
  
}
.off{
  pointer-events: none;
}

#body{
  
  cursor: move;
  width: 100%;
  margin: 0 auto;
}

.node rect {  
   /*fill: rgba(255,255,255,1);*/
 /*  stroke: #fff;*/

   display: block; 
}




.link {
    fill: none;
    stroke: #fbfbfb;

}


