  .info {
    background:#fff;
    position:absolute;
    width:260px;
    top:10px;
    right:10px;
    border-radius:2px;
    }
    .info .item {
      display:block;
      border-bottom:1px solid #eee;
      padding:10px;
      text-decoration:none;
      }
      .info .item small { color:#888; }
      .info .item:hover,
      .info .item.active { background:#f8f8f8; }
      .info .item:last-child { border-bottom:none; }

.leaflet-popup-content {
  width:240px;    
  }

.tabelas {
    position:relative;
    min-height:200px;
    clear:both;
    margin:25px 0;
}
.tabela {
    float:left;
    display: none;
}
.tabela:first-of-type {
    display: inline-block;
}
.tabelas-link {
    position: relative;
    top: -14px;
    height: 20px;
    left: -10px;
}
.tabela-link {
    background:#eee;
    display: inline-block;
    padding:10px;
    border:1px solid #ccc;
    margin-left:-1px;
    position:relative;
    list-style-type: none;
    left:1px;
    top:1px;
    cursor:pointer;
}
.tabela-link {
    background:#f8f8f8;
}

.tabela:target {
    display: block;
}

.content2 {
    background:white;
    position:absolute;
    top:20px;
    left:0;
    right:0;
    bottom:0;
    padding:5px;
   
}