html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

ul {
    line-height: 2rem;
}

ul li {
    padding: 5px 0px;
}

#map {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 10;
    float: right;
    height: 256px;
    width: 512px;
    /* width: calc(50% - 4px); */
    border: 2px solid #000000;
    display: block;
}

#panorama {
    position: absolute;
    top: 15px;
    left: 526px;
    z-index: 10;
    float: left;
    height: 256px;
    width: 512px;
    /* width: calc(50% - 4px); */
    border: 2px solid #000000;
    display: block;
}

#flatPanorama-div {
    position: absolute;
    top: 280px;
    left: 5px;
    z-index: 10;
    height: 256px;
    width: 512px;
    border: 2px solid #000000;
    display: block;
}

#canvas-div {
    position: absolute;
    top: 280px;
    left: 526px;
    z-index: 10;
    float: left;
    height: 256px;
    width: 512px;
    border: 2px solid #000000;
    display: block;
}


/* **********************
START INPUT PANORAMAID
********************** */

#window-panoramaID {
    position: absolute;
    top: 575px;
    left: 5px;
    width: 512px;
    z-index: 5;
    background-color: #ffffffc0;
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding: 10px;
}

#window-panoramaPreview {
    height: 280px;
    background-color: #ffffff50;
    border: 2px solid #000000;
    border-radius: 20px;
    display: block;
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#button-setKnownPanoramaID {
    height: auto;
    text-align: center;
}

#button-setKnownPanoramaID button {
    font-weight: bold;
    background-color: #fff;
    line-height: 30px;
    border-radius: 10px;
}

#button-setKnownPanoramaID button:hover {
    background-color: #eee;
}


/* ********************
END INPUT PANORAMAID
******************** */


/* ********************
START NOTES
******************** */

#window-notes {
    position: absolute;
    top: 575px;
    left: 550px;
    width: 50%;
    z-index: 5;
    background-color: #ffffffc0;
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    font-family: "Roboto", "sans-serif";
    line-height: 1.2rem;
    padding: 10px;
}