#mapedu-canvas {
	height: 100%;
	margin: 0;
	padding: 0;
}

#mapedu-canvas {
	height: 400px;
        width: 100%;
}

/*label {
	padding: 20px 10px;
	display: inline-block;
	font-size: 1.5em;
}*/


.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index:9999999;
    }
    
   .controls pac-target-input valid{
	height: 400px;
        width: 100%;
}
    
/* #mapedu {
height: 400px;
        width: 100%;
}
*/
