 body {
   font-family: "Lato", sans-serif;
  background-color: #ECEFF4;

}
  
.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;
    background-image: url(littledot.png);
    z-index: 5;
    position: absolute;
    border-radius: 31px;
}



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

.dropHover {
    border: 1px solid orange;
}

/** ELEMENT POSITIONS **/
#ld1 {
    top: 13em;
    left: 7em;
}

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

#ld3 {
    top: 16.8em;
    left: 27.5em;
}

#ld4{
    top: 39em;
    left: 7em;
}

#ld5 {
    top: 33.3em;
    left: 27.5em;
}
#ld6 {
    top: 35.5em;
    left: 27.5em;
}
#ld7 {
    top: 15.7em;
    left: 36.2em;
}
#ld8 {
    top: 34.5em;
    left: 36.2em;
}
#ld9 {
    top: 23.4em;
    left: 42.2em;
}
#ld10 {
    top: 25.5em;
    left: 42.2em;
}
#ld11 {
    top: 25.3em;
    left: 13.5em;
}
#ld12 {
    top: 27.3em;
    left: 13.5em;
}
#ld13 {
    top: 26.3em;
    left: 22.5em;
}

#ld14 {
    top: 24.4em;
    left: 51.2em;
}
#ld15 {
    top: 23.6em;
    left: 55.8em;
}
#ld16 {
    top: 25.6em;
    left: 56.0em;
}
















path, .jtk-endpoint {
    cursor: pointer;
}
h1
  {
    color: maroon;
  } 
  #wrapper
  {
    width:100%;
  }
 
  .dropbtn
  {
    background-color:#3385ff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .dropbtn:hover, .dropbtn:focus
  {
    background-color: blue;
  }
  .dropdown
  {
    position: relative;
    display: inline-block;
  }
  .dropdown-content
  {
    display: none;
    position: relative;
    background-color: lightblue ;
    min-width: 750px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
  }
  .dropdown-content a 
  {
    color: navy;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown a:hover 
  {
    background-color: mistyrose;
  }
  .show 
  {
    display:block;
  }

