body{
    font-family:  Vollkorn,sans-serif;
    margin: 0px; padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mappa {
    width: 70%;
    float: left;
    height: 500px;
    display: inline-block;
}
#info {
    width: 28%;
    height: 500px;
    display: inline-block;
    padding-left: 2%;
    margin: 0px -4px;
}
#menu{
    text-align: center;
}
#titolo {
    color: #ae0f0a;
    font-family: "Germania One",sans-serif;
    font-size: 20px;
    text-align: center;
}
label {
    background-color: lightgrey;
    color: white;
    padding: 5px 12px;
    margin: 0 4px 0 0;
    cursor: pointer;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 7px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 7px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;
}
label:hover {
    background-color: grey;
}
input[type=radio]{
    display:none;
}
input[type=radio]:checked + label{
    background-color:#ae0f0a;
}
.ol-control button {
    background-color: rgba(174, 15, 10, 0.5);
}
.ol-control button:focus, .ol-control button:hover {
    background-color: rgba(174, 15, 10, 0.7);
}
