/* Always set the map height explicitly to define the size of the div element that contains the map. */
.map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* CSS for the Delete Button. */
.deleteOverlayButton {
  background: #dee0df;
  color: #000;
  /* font-family: 'Helvetica', 'Arial', sans-serif; */
  font-size: 11.4px;
  font-weight: bold;
  text-align: center;
  width: 14px;
  height: 15px;
  border-radius: 8px;
  box-shadow: 1px 0px -1px rgba(0, 0, 0, .3);
  position: absolute;
  padding: 0px 0px 0px 0px;
  margin-top: 7px;
  margin-left: 8px;
  border: 1px solid #999;
  cursor: pointer;
}

.deleteOverlayButton:hover {
  background: #eee;
}


#map, html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#panel {
  width: 200px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  float: right;
  margin: 10px;
}
#color-palette {
  clear: both;
}
.color-button {
  width: 14px;
  height: 14px;
  font-size: 0;
  margin: 2px;
  float: left;
  cursor: pointer;
}
#delete-button {
  /* margin-top: 5px; */
  z-index: 99999!important;
  position: absolute!important;
  padding: 10px;
  border: none;
  outline: none;
}