#map {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.a {
    padding-left: 18px;
}

#controller {
    position: absolute;
    background-color: lightgrey;
    padding: 20px;
    opacity: 0.9;
    left: 20px;
    top: 20px;
    width: 210px;
    border-radius: 5px;
}
#cell {
    position: absolute;
    background-color: lightgrey;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid black;
    padding: 10px;
    opacity: 0.9;
    top: 15px;
    border-radius: 5px;
}
.sampling {
    padding: 4px 0 5px 5px;
    height: 15px;
    width: 145px;
}

.sampling div{
    visibility: hidden;
}

.attribution a{
    position: absolute;
    right: 0px;
    bottom:0px;
    background-color: lightgrey;
    color: #222526;
    font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
    padding: 0 8px 0 8px;
    text-decoration: none;
    opacity: 0.8;
}

.activated {
    color: black;
    border-style: solid;
    border-color: green;
    border-width: 1px;
    border-radius: 15px;
}

.activated div{
    visibility:visible;
}

.ratio {
    display: inline-block;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-right: 5px;
 }
 