.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;
}

/** ELEMENTS **/
.littledot
{
    cursor: pointer;
    width: 12px;
    height: 12px;
    
    z-index: 5;
    position: absolute;
    border-radius: 31px;
}




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

.dropHover {
    border: 1px solid orange;
}
.button{

  margin-top: 500px;
  background-color: #4CAF50; 
  border: none;
  color: white;
  border-radius: 4px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:10px 14px;
  cursor: pointer;
}

/** ELEMENT POSITIONS **/





#ld3 {
    top: 36em;
    left: 16.4em;
}

#ld1{
    top: 24.5em;
    left: 12.8em;
}

#ld2 {
    top: 31em;
    left: 24.9em;
}

#ld4 {
    top: 19.5em;
    left: 17.3em;
}

  
#ld9 {
    top:24.2em;
    left: 23em;
}
#ld10 {
    top: 36em;
    left: 19.5em;
}


#ld11 {
   
    top: 30.6em;
    left: 33.5em; 
}
#ld12 {
   top: 24.9em;
    left: 33.5em;
}
#ld13 {
    top: 34em;
    left: 39.5em;
}








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








