.dot2dot-overlay .dot2dot-dialog .dot2dot-map-box {
    position: relative;
    min-height: 320px;
    height: 100%;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-map-box .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-close-btn {
    z-index: 10000;
    background-color: #fff !important;
    color: #333 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
    padding: 0.4em 0.7em !important;
    font-weight: 600;
    line-height: 1;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-tools .dot2dot-action-buttons .dot2dot-btn.dot2dot-btn-finish {
    width: 100%;
    display: block;
    padding: 0.8em 0.3em;
    margin-bottom: 0.5em;
    background-color: #322015;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-tools .dot2dot-action-buttons .dot2dot-btn.dot2dot-btn-finish.is-hidden {
    display: none !important;
}
