    div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      cursor:pointer;
    }
    ul.cities  {
      list-style-type: none;
      margin:0px;
      padding:0px;
    }
    ul.cities li.selected { background-color: #E0F7D9; }
    li.city {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
    }
    li.city div.name {
      font-weight:bold;
      font-size:12px;
      line-height:1.2em;
    }
    li.city div.info {
      font-size:10px;
      color:#888;
    }
