<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table

{

    width: 100%;

    text-align: left;

}



table td

{

    padding-bottom: 15px;

}



#agevolazioni td

{

    padding: 7px;

    border-bottom: 1px;

    border-bottom-style: solid;

    border-bottom-color: #dbd4c7;

}



#agevolazioni

{

    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;

    border-collapse: collapse;

    width: 100%;

}



#agevolazioni td, #agevolazioni th

{

    border: 1px solid #ddd;

    padding: 8px;

}



#agevolazioni tr:nth-child(even)

{

    background-color: #f2f2f2;

}



#agevolazioni tr:hover

{

    background-color: #ddd;

}



#agevolazioni th

{

    padding-top: 12px;

    padding-bottom: 12px;

    text-align: left;

    background-color: #4CAF50;

    color: white;

}





@media only screen and (max-width : 680px)

{









}</pre></body></html>