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

.leaflet-control-layers {
    box-shadow: 0 1px 7px rgba(0,0,0,0.4);
    background: #f8f8f9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
    max-height: 300px;
}

.header {
    font-size: 1.3em;
    font-weight: bold;
    font-family: arial, helvetica;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 25px;
    z-index: 10;
    background-color: rgb(0,0,255);
    background-color: rgba(0,0,255,0.5);
    color: white;
    padding: 10px;
    margin: 0px;
    text-align: center;
}
.header a.sources {
    float: left;
    margin-left: 50px;
    color: white;
}
.header a.logo {
    float: left;
    margin-left: 70px;
}
.header a.logo img {
    height: 70px;
}

.my-label-las {
    position: absolute;
    font-size:10px;
    color: green;
    font-style: italic;
    font-weight: bolder;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.link {
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

.link:hover { 
    text-decoration: underline;
}
