/**
Custom CSS
******************************************************************************/

.no-margin {
    margin: 0 !important;
}

.pointer-cursor {
    cursor: pointer;
}

/**
Leaflet CSS
******************************************************************************/

.leaflet-control-container {
    position: relative;
    z-index: 1;
}