/*
A custom Bootstrap 3.1 theme from http://bootply.com\

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/


html,body{
  	height:100%;
}

#main, #main>.row {
	height:100%;
}

#main>.row {
    overflow-y:scroll;
}

#left {
	height:100%;
	left:25px;
	right:15px;
}

#map-canvas {
	width:50%;
    height:calc(100% - 60);
    position:absolute;
    right:1px;
    top:60px;
    bottom:0;
    overflow:hidden;
}