table, tr {
  border: 1px solid;
  text-align: center;
  width:auto !important;
}

tr, th, td {
	padding: 5px:
}

th {
  border: 1px solid;
  text-align: center;
  width: 100%;
  padding: 2px 4px 2px 4px;    /* top right bottom left       die area rondom die Delete buttons */
  font-weight: bold;
  white-space:nowrap;
}

td {
  border: 1px solid;
  text-align: center;
  width: 100%;
  padding: 2px 4px 2px 4px;    /* top right bottom left       die area rondom die Delete buttons */
  white-space:nowrap; 
}

buttonDel{
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 5px 5px;
  cursor: arrow;
}

.divContainer {
  float: left;
  margin: 15px;
  border: 1px solid blue;
}

.tooltip {
  position: absolute;
  margin: 5px;
  width:auto !important;
  height: 20px;
  border: 1px solid white;
  border-radius: 5px;
  background-color:blue;
  color:black;
  display: none;
}



.tooltiptext {
   visibility: hidden;
   background-color: rosybrown;
   color: white;
   border-radius: 7px;
   padding: 5px 10px;
   position: absolute;
   z-index: 1;
}

tooltiptext:hover .tooltiptext {
   visibility: visible;
}




.leaflet-tooltip {
position: absolute;
padding: 2px;
background-color: rgba(255, 255, 255, 0.6);
border: 0px solid #000;
color: #000;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip-container {
    display: none;
} 