﻿  .pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
     
}
.pac-icon
{
  display:none;   
 }
 .pac-item 
 {
      
    font-family: "Open Sans",Arial,Helvetica,Verdana,sans-serif;
  font-size: 16px;
  font-weight: 400;
 padding : .2em .4em;
    line-height: 1.5;
     border:1px solid #ffffff;
 }
   .pac-item-query
 {
      
    font-family: "Open Sans",Arial,Helvetica,Verdana,sans-serif;
  font-size: 16px;
  font-weight: 400;
 padding : .2em .4em;
    line-height: 1.5;
      
 }
 
 .pac-item:hover
 {
      
      border: 1px solid #999999 ;
      
    background: #9BCA3B;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; 
 }