body {
  background-color: #f2f2f2;
}

#mapid {
  position: relative;
  height: 80%;
  width: 98%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 100px;
  font-family: 'Helvetica';
}

#query {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-size: smaller;
  font-family: 'Lucida Console';
  word-wrap: break-word;
}
