﻿body {

}

#map_canvas {
    display: block;
    height: 600px;
    width: 100%;         
}

.margin-bottom-12px {
    margin-bottom: 12px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.flexible-container {
    position: relative;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#CameraDirectionalViews .img-responsive {
    margin: 0 auto;
}

#divPlacholderImg .img-responsive {
    margin: 0 auto;
}

.list-overflow {
    overflow: scroll;
    overflow-x: hidden;
    height: 570px;
}