.outerScreen{
background: transparent;
position:absolute;
height:100%;
    width:100%;
    left:0%;    
    bottom:0%;
}

.controlScreen{
    background: white;
    padding:10px;
    height:25%;
    width:80%;
    left:5%;    
    bottom:5%;
    z-index: 1;
    overflow: auto;
    position:absolute;
    box-shadow: 0 0 6px 0px grey;
}
.loadingScreen{
    position:absolute;
    height:7%;
    width:102%;
    bottom: 0;
    right: 0;
    z-index:1;
    background:rgba(128, 128, 128, 0.664);
    justify-content: start;
    align-items: center;
}
#L19{
    width: 100px;
    height: 100px;
}


.upperBar{
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}
.clearMap{
    display:flex;
    flex-flow:row wrap;
}

.UpBarButton{
    padding:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: white;
    color: rgb(75, 74, 74);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    margin:5px;
    cursor: pointer;
    text-align: center;
    display: inline;
}

.UpBarButton:hover{
    background-color: whitesmoke;
}

#endLinkSelection,#endNodeSelection{
    background: rgb(31, 30, 30);
    color:white;
}