/*fuck eric, man*/
.custom-layer-control {
  color: #333;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  margin: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: 1px solid #ddd;
  font-weight: bold;
}

.cssdropdown {
    position: relative;
    display: inline-block;
}

.cssdropdown-content {
    display: none;
    z-index: 1;
}

.cssdropdown:hover .cssdropdown-content {
    display: block;
}

fieldset {
    border: .5em black solid;
    border-radius: 25px; 
    padding: 3em;
  }

button {
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  padding: 1px 7px 2px;
}

button:hover {
    background-color: #e6e6e6;
}

legend {
    font-size: 3em;
}

.errorlist {
    padding: 0 30px 0 50px;
    color: #999;
    /* max-height: 0; */
    overflow: hidden;
    color: red;
    font-style: italic;
}

#submit-button {
  color: red;
  padding-top: 4px;
  font-size: x-large;
}