html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
form {
    margin:0
}
h3 {
    margin-bottom:.5em;
}
#iw {
    width:260px;
    font-family:monospace;
}
.navbar {
    margin:0
}
img {
    max-width:none;
}
hr {
    margin:5px 0
}
#googlemaps {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
h1 {
    font-size:14px;
    line-height: 24px;
}
p {
    font-size: 13px;
}
.what {
    width: 100%;
    height: 60px;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #444;
    padding: 5px 10px;
    z-index:10;
}

.search {
    position: absolute; 
    top: 10px; 
    right:10px; 
    z-index: 10; 
}

@media (max-width: 400px) {
    .what {
        display: none;
    }
.search {
    bottom: 20px; 
}

}

@media (max-width: 500px) {
div#google_image_div {
        display: none;}
}

