body{
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: #000;
    height: 100%; 
    width: 100%;
}

a,
a:visited,
a:hover{
    text-decoration: none;
    color: #000;
}

#map { 
    display: block;
    height: 100%; 
    width: 100%;    
    position: fixed;
}

.leaflet-marker-icon{
    width: 150px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}


#conf{    
    text-align: center;
    font-size: 30px;
    font-family: verdana;
    padding-bottom:20px;
}

h2{
    margin: 0px;
    margin-bottom: 10px;


}

#conf div{ 
    padding: 5px;
    cursor: pointer;
    border-top: 2px solid #000;

}


.noodle{    
    background-color: #57a3f0;
}


.anonyme{    
    background-color: #c5d6e7;
    border-bottom: 2px solid #000;
}

.nico{    
    background-color: #2fdb0d;
}

.noodle:hover{    
    background-color: #7fbaf5;
}


.nico:hover{    
    background-color: #60f044;
}

.anonyme:hover{    
    background-color: #A5cfd8;
}


#refresh{
    position: absolute;
    display:block;
    top: 0;
    right: 0;
    z-index: 1001;
}