    div.generazione {
        position: relative;
        margin-top:20px;
        margin-left: 10%;
        margin-right: 10%
    }
    div.stemma_testimone {
        position:absolute;
        padding:5px;
        background-color: #fffb03;
        border: 1px solid #ededed;
        cursor: pointer
    }
    div.title {
        font-size: 20px
    }
    body {
        background-color:#fff
    }
    #stemma {
        margin:20px;
        border: 1px solid #ededed;
        border-collapse: collapse;
    }
    #stemma td, #stemma th {
        padding: 5px;
        border: 1px solid #ededed;
        vertical-align: top
    }
    td.score-evi {
        background-color: #fdfd80
    }
    td.arie-evi {
        background-color: #c4d6f1
    }
