#selectedImage {
  height: 600px;
}

.custom-style2 {
            fill: #00a0f2;
            stroke-width:2px;
            stroke: #050092;
        }
.custom-style1 {
            fill: black;
            stroke-width:2px;
            stroke: black;
        }
.custom-style3 {
            fill: red;
            stroke-width:2px;
            stroke: red;
        }

body, html {
            font-family: arial, sans-serif;
            font-size: 11pt;
        }
        span {
            color: red;
        }
        span.large {
            font-size: 200%;
        }
        #visualization-bottom-row, #visualization-top-row {
            height: 100%;
        }
        .outer-top-row {
            height: 300px;
        }
        .outer-bottom-row {
            height: 550px;
        }
        #visualization-top-row .vis-panel.vis-bottom {
            display: none;
        }
        #visualization-top-row .vis-timeline{
            border-bottom: none;
        }

/*.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
