@charset "utf-8";
/* CSS Document */
.blocco_testo {
    display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 25px;
}
.blocco_testo h1{
    padding-bottom: 0;
}
.blocco_testo .testo{
    padding-top: 15px;
}

.table_eco { display:table; width:100%; margin:10px 0 30px;}
.table_eco tr{ background-color:#f8f8f8;}
.table_eco tr:nth-child(odd){ background-color:#f0f0f0;}
.table_eco tr td:first-child{ background-color:#fff; width:60px;}
.table_eco tr:nth-child(odd) td:first-child{ background-color:#f6f6f6;}
.table_eco td{ border-right:1px solid #fff; border-bottom:1px solid #fff; padding:10px 10px 10px 0;}
