
table[tablo] {
    table-layout: fixed;
    width: auto;
    margin: auto;
}

table[tablo].line tr {
    height: auto;
}

#thneeds {
    width: 200px;
}


#filtresregion span {
    width: 60px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    text-indent: 25px;
    background-size: 20px;
    background-position: 5px center;
}
    #spanregion_albion {
        background-image: url(/img/anno/albion.png);
    }
    #spanregion_latium {
        background-image: url(/img/anno/latium.png);
    }

.divfiltre input[type="text"] {
    width: 100px;
}


.spanitem {
    display: inline-block;
    height: 45px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;

    span {
        font-size: 12px;
    }
}

.spanitem[focus] {
    background-color: var(--srouge);
}



.imgitem {
    width: 30px;
}