.Select-menu-outer {
position: inherit !important;
display : block !important;
width: 100% !important;
}

.is-open{
  position: inherit !important;
  height: auto !important;
  width: 100% !important;
}

.dash-table-container .row {
  display: block;
  margin: 0;
}

#cookie-page h1 {
  font-size: 1.6rem;
  font-weight: bolder;
  margin-top: 3rem;
}

#cookie-page span {
  display: block;
  width: 100%;
  background: #ddd;
  margin: 15px 0;
  border: none;
  height: 2px;
}

#cookie-page h2 {
  font-size: 1.3rem;
  font-weight: 400;
}

#cookie-page p {
  padding-left: 0.1rem;
  font-size: 1rem;
  color: #757474;
}

#cookie-page table {
  width: 100%;
  font-size: 0.9rem;
}

#cookie-page th {
  border: 1px solid #ddd;
  padding: 0.5rem;
}

#cookie-page td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  color: #757474;
}

#cookie-page a {
  padding: 1rem;
  cursor: pointer;
  font-size: 1rem;
  background-color: #ddd;
  color: #575757;
  border: none;
  border-radius: 0.25rem;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

#cookie-page a:hover {
  background-color: rgb(180, 180, 180);
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  width: 4px!important;
  height: 4px!important;
}

.leaflet-grab {
   cursor: crosshair!important;
}
.leaflet-dragging .leaflet-grab{
   cursor: crosshair!important;
}

.show-hide{
  display: none;
}

