
/**
* JS WEB VIZ CSS
*/

/* GLOBAL */
body {
    background-color: black;
}

/* RANGE IMAGE */
.top-container {
    width: 100%;
    text-align: center;
}

#top-img {
    height: 20vh;
    display: inline;
}

/* POINTCLOUD */

#pc-display {
    height: 80vh;
}

/* ERROR NOTIFICATION */
#error-notification {
    z-index: 100;
    color: #dddddd;
    font-size: 1.2em;
    line-height: 1.5em;
    position: absolute;
    top: 1em;
    left: 1em;
}
