body {
    font-family: sans-serif;
}

a {
    color: #369;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: fit-content;
    margin: 10px auto;
    padding: 5px;
    position: relative;
    display: block;
    z-index: 10000;
}

#drop-area-overlay {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: fit-content;
    margin: 10px auto;
    padding: 5px;
    position: relative;
    display: block;
    z-index: 10000;
}

#drop-area.highlight {
    border-color: purple;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 0px;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

#fileElem {
    display: none;
}

#fileOverlay{
    display: none;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}