/**
 * Author(s): Matthias Gally
 * (c) 2014 by Gally Websolutions GmbH
 *
 **/

.panel {
	width: 0%;
}

.panel2 {
	width: 100%;
}

.canvas {
	width: 100%; 
}
  	
.canvas2 {
	width: 80%;
}

#map_canvas {
	margin: 0;
	padding: 0;
	height: 350px;
	width:100%;
}

#directionsPanel {
	width:100%;
}

