html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
table {
  border-collapse: collapse;
}
td {
  white-space: nowrap;
}

#mapdiv {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#titleDiv {
  position: absolute;
  top: 1.1em;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 1000;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#titleSpan {
  font-size: large;
  border-width: 1px;
  border-style: solid;
  border-color: #AAA;
  background-color: #FFF;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.modal-body {
  font-size: 13px;
}
.leaflet-popup-content-wrapper {
  background: rgba(255, 255, 255, 0.9);
}
.leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.9);
}
.leaflet-popup-content {
  margin: 10px 15px;
  font-size: 13px;
  width: auto !important;
}
.leaflet-popup-content td {
  padding: 1px 2px 0px 2px;
}
.leaflet-control-attribution svg {
  display: none !important;
}
.carousel-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
