body {
    /*background-color: skyblue;*/
}

main > .container {
    padding: 60px 15px 0;
}

#canvas_holder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#map_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#emailList {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1029;
    position: fixed;
    padding: 5px;
    margin-top: 15px;
}

#emailList .emailForm {
    padding-top: 10px;
}

.google-map-canvas, .google-map-canvas * {
box-sizing(content-box);
}

header{
    z-index: 99;
}