@charset "utf-8";
/* CSS Document */
<style>
body {
  font-family: sans-serif;
  font-size: 24pt;
  margin: 0;
}
#map_canvas {
  position: relative;
  width: 500px;
  height: 500px;
  top: 0px;
  left: 0px;
  border: 1px solid grey;
}
#controls {
  position: relative;
  top: 0px;
  left: 500px;
  height: 30px;
  padding: 1px;
  font-size: 12pt;
}
.placeIcon {
  width: 28px;
  height: 28px;
  margin: 4px;
}
#results {
  font-size: 14px;
  border-collapse: collapse;
}
#locationField {
  width: 550px;
  height: 20px;
  top: 20px;
  left: 0px;
  position: relative;
}
#autocomplete {
  width: 500px;
  font-size: 16pt;
}
.iw_attribute_name {
  font-weight: bold;
  text-align: right;
}
#types, #country {
  -webkit-appearance: none;
  font-size: 12pt;
  padding: 5px;
  width: 150px;
}
</style>

