#viewer{
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;

}
.surface {
    z-index: 20;

}
.thumbnail {
    display: none;

}
.well {
    overflow: hidden;

}
#map_canvas {
    height: 525px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 21px;

}
