body {
    font-family: Calibri;
    letter-spacing: 1px;
    font-size: 16px;

    overflow-y: scroll;
    overflow-x: scroll;
}

.mappa {
    font-family: Consolas;
    letter-spacing: 6px;
    font-size: 10px;
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* Chrome */
    word-wrap: break-word; /* IE */
}

.tooltipped{

}

.tooltiptext {
    visibility: hidden;
    max-width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    font-family: Calibri;
    letter-spacing: 1px;
    font-size: 16px;
}

.tooltipped:hover .tooltiptext {
    visibility: visible;
}



.m {
    color: blue;
}

.f {
    color: red;
}



.mappa_2 {
    /*position: absolute;
    width: 1000px;
    height: 1000px;*/
    outline-style: solid;
    outline-color: black;
    outline-width: 1px;
    overflow-y: scroll;
    overflow-x: scroll;
    font-family: Consolas;
}

.e {
    font-family: Consolas;
    outline-style: solid;
    outline-width: 1px;
    text-align: center;
    letter-spacing: 6px;
    font-size: 10px;
    height: 25px;
    width: 25px;
}

.e2 {
    position: absolute;
    width: 20px;
    height: 20px;
    outline-style: solid;
    outline-color: black;
    outline-width: 1px;
    text-align: center;
}

.e3 {
    position: relative;
    width: 20px;
    height: 20px;
    outline-style: solid;
    outline-color: black;
    outline-width: 1px;
    text-align: center;
}
