
#infoButtons {
    display: none;
    padding-top: 10px;

}

#infoContainer {
    float: right;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #1d6196;
    color: #FFF;
    padding: 15px 25px 15px 25px;
    text-align: center;
    line-height: 20px;
    opacity: 0.8;
}

#footprintDiv {
    margin: 10px;
    display: none;
}

.gmnoprint .gm-style-mtc {

    width: 75px !important;
}

.title {
    position: absolute;
    padding: 20px 10px 10px 10px;
}

body {
    padding: 0;
    margin: 0;
    font-family: NotesEsaBold, "Trebuchet MS", Tahoma, Arial;
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
}

#map-canvas {
    position: absolute;
    top: 50px;
    width: 100%;
    bottom: 0;
    margin: auto;
}

#banner {
    position: relative;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
}

#banner img {
    padding: 10px;
    margin: auto;
}

#logo img {
    width: 80%;
}

#isLogo {
    position: absolute;
    bottom: 25px;
    left: 5px;
}

#isLogo img {
    height: 100px;
}



