.demo {
    /* for IE10+ touch devices */
    touch-action:none;
}
/** JSPLUMB ARTEFACTS **/
.jtk-overlay {
    z-index: 51;
}

.jtk-endpoint {
    z-index: 50;
    cursor: move;
}

.jtk-connector {
    z-index: 1;
}

.jtk-demo-canvas {    
    height:10px;
	width:10px;
    /*max-height:6700px;*/
    /*border:1px solid black;
    background-color:yellow;*/
   
    position:absolute ;
	top:50px;
	right:200px;
	
}


/** ELEMENTS **/
.bigdot {
    cursor: pointer;
    width: 162px;
    height: 162px;
  /* background-image: url(bigdot.png);*/
    z-index: 5;
    position: absolute;
    border-radius: 81px;
}

.bigdot-hover {
    border: 2px solid orange;
}

.dropHover {
    border: 1px solid orange;
}

/** ELEMENT POSITIONS **/

#bd1 {
    top: -86px;
    left:-22.8em;
}
#bd2 {
    top: 40px;
    left: -22.8em;
}



#bd3 {
    top: -110px;
    left:-17.4em;
}

#bd4 {
    top: -110px;
    left: -11.2em;
}

#bd5 {
    top: -110px;
    left: -9em;
}

#bd6 {
    top: -88px;
    left: -0.8em;
}
#bd7 {
    top: 42px;
    left:-9.5em;
}
#bd8 {
    top: -110px;
    left: -4em;
}
#bd9{
    top: -11px;
    left:-0.6em;
}
#bd10 {
    top: -80px;
    left: 4.8em;
}
#bd11 {
    top: 45px;
    left: 4.7em;
}





path, .jtk-endpoint {
    cursor: pointer;
}
