#display_area {color: #0000ff;
font-family:"Times New Roman",Georgia,Serif;
font-weight: bold;
font-size: 1.3em;
}
#display_area_2 {color: #0000ff;
font-family:"Times New Roman",Georgia,Serif;
font-weight: bold;
font-size: 1.3em;
}
#map_canvas {width:864px; height:460px; }

.link_button:link, .link_button:visited {
font-family: geneva, arial, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
width:110px;
text-decoration:none;
color: #0000ff;
padding:2px;
background-color: #999;
border-top: 2px solid #CCC;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
border-left: 2px solid #CCC;
}

.link_button:hover {
font-family: geneva, arial, helvetica, sans-serif;
font-size: 0.8em;
font-weight : bold;
padding:2px;
border-top: 2px solid #00F;
border-right: 2px solid #00F;
border-bottom: 2px solid #00F;
border-left: 2px solid #00F;
}

.pac-container, .pac-item {
  width: inherit !important;
}
 .pac-container, .pac-item-query{
  color: #0000ff;
  font-size: 1.0em;
 
}

.pac-container{
  color: #0000ff;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #FFF;
  border-top: 2px solid #9CF;
  border-right: 2px solid #9CF;
  border-bottom: 2px solid #9CF;
  border-left: 2px solid #9CF;
}

.pac-item{
  color: #0000ff;
  font-weight: normal;
  font-size: 0.9em;
 }

 .pac-item-selected, .pac-item:hover{
  color: #0000ff;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #FFF;
  border-top: 2px solid #0C3;
  border-right: 2px solid #0C3;
  border-bottom: 2px solid #0C3;
  border-left: 2px solid #0C3;
}

.pac-icon { 
  background-image: url('images/green_pin.png');
  background-position:center; 
  background-repeat:no-repeat; 
  background-size:12px 20px; 
  border:none; 
 }
 
.pac-icon-selected { 
  background-image: url('images/green_pin.png');
  background-position:center; 
  background-repeat:no-repeat; 
  background-size:12px 20px; 
  border:none; 
 }
 
  .hdpi .pac-icon {
  background-image: url('images/green_pin.png');
  background-position:center; 
  background-repeat:no-repeat; 
  background-size:12px 20px;
  margin-left: 3px;  
}

.pac-icon-marker { 
  background-image: url('images/green_pin.png');
  background-position:center; 
  background-repeat:no-repeat; 
  background-size:12px 20px;
 }
 
 .pac-item-selected .pac-icon-marker {
  background-image: url('images/green_pin.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
} 
