html, body {
  max-height: 600px;
  padding: 0;
  margin: 0;
  background: none;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
}

#map .table{
  width: 300px;
}

#map .table-container{
  height: 300px;
  overflow: auto;
}

.leaflet-control-no-provider {
  background-color: white;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #b1b1b1;
}
.leaflet-control-attribution {
  font-size: 11px;
}
