
/* The page body */
/*html, body {
    background: #333;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
}*/

/* The div holding the wooden table img tag */
#wooden-table {
    position: absolute;
    left: -5000px;

}

/* The light table itself */
#lighttable {
    position: relative;
    width: 900px;
    height: 550px;

    padding: 0px;
    margin: 0 auto;
    border: 20px solid #111;
    display: block;
    /*background-size: contain;*/

}

/* Photos on the light table */
#lighttable img {
    border: 3px solid #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
    position: absolute;
    display:block !important;
    left: -9999px;
    top: -9999px;
}

heat-map {
    width: 840px;
    height: 400px;
    display: block;

}




