html {
height: 100%;
}
body {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
height: 100%;
margin: 0px;
padding: 0px;
}
#map_canvas {
float: left;
height: 100%;
width: 75%;
}
#sidebar {
float: left;
height: 100%;
text-align: center;
width: 25%;
overflow: hidden;
}
p, form {
margin: auto;
width: 80%;
margin-top: 20px;
}
#sidebar img {
width: 100%;
}
input, select, option, button {
margin-bottom: 20px;
text-align: center;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
font-size: 1.0em;
}
input, button {
width: 100%;
}