@charset "utf-8";
/* CSS Document */
<style>
body {
  font-family: sans-serif;
  font-size: 24pt;
  margin: 0;
}
table{
-moz-border-radius: 8px;
background-color : #ffffff;
border : 1px solid #dfdfdf;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 12px;
padding-left : 5px;
padding-right : 5px;
}
#map_canvas {
  position: relative;
  width: 850px;
  height: 600px;
  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: 450px;
  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>

