.header-info-window {
  font-weight: bold;
  font-size: 18px;
}

.table-info-window {
  border-collapse: collapse;
  /* width: 100%; */
  border: 1px solid #000000; /* outer border */
}

.table-info-window th,
.table-info-window td {
  border: 1px solid #000000; /* inner borders */
  padding: 5px 5px;
}

.legend {
  background: white;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.legend h3 {
  margin: 0 0 8px 0;
}

.legend div {
  margin-bottom: 6px;
}

.legend span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}

.poly-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}