html,body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
}

#map {
    height: 100%;
    width: 100%;
}

.leaflet-tile { 
	/*border: solid blue 1px !important;*/
}

.leaflet-container {
    background: #FFF;
}

.jnc-navionics-overlay-ackno {
	display: none;
}

.leaflet-control-attribution {
	text-align: right !important;
}

#mail {
    color: white;
}

.suggestion {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    margin-right: inherit;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: underline;
    margin-left: -50px;
}

@media (max-width: 520px) {                  
    .suggestion {
        display: none;
    }

    .leaflet-control-measure {
        display: none;
    }
}

.leaflet-control-layers-list {
    text-align: left;
}
