.leaflet-marker-icon {
    /* background-color: white; */
    padding: 0.3rem;
    border-radius: 1.3rem;
    opacity: 0.9;
    fill: currentColor;
}

.emphasize {
    background-color: rgba(245, 245, 245, 0.5);
}

.base-layer {
    filter: saturate(170%) grayscale(0.3) ;
}


/* .logo_qed {
    position: absolute;  
    width: 170px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
}

.logo_gov {
    left: 260px;
    bottom: 10px;
    padding: 5px;
    width: 150px;
} */

.logo_qed {
    width: 170px;
    left: 0px;
    top: 0px;
    background-color: white;
}

.logo_gov {
    width: 140px;
    left: 0;
    top: 69px;
    padding: 15px;
    /* background-color: white; */
}

#bookmarks {
    left: 10px;
    bottom: 10px;
    padding: 0.5rem;
}

#app-stats {
    right: 10px;
    top: 10px;
    display: flex;
}

#explain-box {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: left;
    right: 240px;
    bottom: 30px;
    animation-name: move-around;
    animation-duration: 6s;
    animation-delay: 11.0s;
}

#explain-box-control {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: left;
    left: 210px;
    bottom: 10px;
    animation-name: move-around-control;
    animation-duration: 6s;
    animation-delay: 11.0s;
}

@keyframes move-around {
    0% {bottom: 30px; opacity: 1.0;}
    50% {bottom: 380px;}
    100% {bottom: 30px; opacity: 1.0;}
}

/* @keyframes move-around-control {
    0% {top: 50px; opacity: 1.0;}
    50% {top: 170px;}
    100% {top: 50px; opacity: 1.0;}
} */

@keyframes move-around-control {
    0% {bottom: 10px; opacity: 1.0;}
    50% {bottom: 150px;}
    100% {bottom: 10px; opacity: 1.0;}
}

.croplands {
    animation-name: pulse;
    animation-duration: 4s;
    animation-delay: 1.5s;
    /* animation-fill-mode: forwards; */
}

.buildings {
    animation-name: pulse;
    animation-duration: 4s;
    animation-delay: 7.0s;
    animation-fill-mode: forwards;
}

/* .faw {
    animation-name: pulse;
    animation-duration: 4s;
    animation-delay: 11.0s;
    animation-fill-mode: forwards;
} */

@keyframes pulse {
    0% {opacity: 0.0;}
    20% {opacity: 1.0;}
    30% {opacity: 0.0;}
    40% {opacity: 1.0;}
    50% {opacity: 0.0;}
    100% {opacity: 1.0;}
}

#legend {
    opacity: 0.9;
}

#about, #stats, #download {
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    left: 10px;
    width: 130px;
    text-align: center;
    animation-name: pulsate;
    animation-duration: 1s;
    animation-iteration-count: 5;
}

#about {
    top: 240px;
    animation-delay: 10.33s;
}

#stats {
    top: 290px;
    animation-delay: 10.66s;
}

#download {
    top: 340px;
    animation-delay: 11.0s;
}

@keyframes pulsate {
    50% {opacity: 1.0;}
}

#data-box {
    /* right: 10px;
    bottom: 400px;
    padding-top: 0px;
    opacity: 1; */
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: left;
    position: absolute;  
    /* width: 60%;
    height: 60%; */
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    opacity: 0.9;
}

#stats-box {
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: left;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    opacity: 0.9;
}

#data-box:hover {
    opacity: 1.0;
}

#stats-box:hover {
    opacity: 1.0;
}

.close {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 8px;
    height: 8px;
    opacity: 0.4;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

table {
    border-collapse: collapse;
    width: 100%;
  }
  
th, td {
    text-align: right;
    padding: 3px;
    font-weight: unset;
}

tr:nth-child(even) {background-color: #f2f2f2;}
