.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 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/** ELEMENT POSITIONS **/
#ld1 {
    top: 16.2em;
    left: 23.4em;
}

#ld2 {
    top: 16.2em;
    left: 27.5em;
}

#ld3 {
    top: 33.5em;
    left: 8.9em;
}

#ld4 {
    top: 33.5em;
    left: 15.8em;
}

#ld5 {
    top: 22em;
    left: 44.9em;
}

#ld6 {
    top: 13.5em;
    left: 44.95em;
}

#ld7 {
    top: 20em;
    left: 57.4em;
}

#ld8 {
    top: 23em;
    left: 54.1em;
}

#ld9 {
    top: 17em;
    left: 54.1em;
}

#ld10 {
    top: 18.6em;
    left: 2.5em;
}

#ld11 {
    top: 18.6em;
    left: 5.2em;
}

#ld12 {
    top: 23em;
    left: 10em;
}

#ld13 {
    top: 26em;
    left: 10em;
}

#ld14 {
    top: 18.6em;
    left: 10em;
}

#ld15 {
    top: 18.6em;
    left: 17em;
}



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