#map {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#controller {
    position: absolute;
    background-color: lightblue;
    padding: 20px;
    opacity: 0.9;
    left: 20px;
    top: 20px;
    width: 200px;
    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;
}
.country {
    height: 25px;
}

.country input{
    position: relative;
    top:2px;
}

.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;
}

.a {
    padding-left: 20px;
}