#mapContainer {
    width:75%;
    height:90%;
    position: absolute;
    top: 0px;
    left: 100px;
}

#input {
    position: absolute;
    right: 10px;
    z-index: 10;
    margin-left:50px;
}

#output {
    position: absolute;
    z-index: 10;
}