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

body {
     color: #636363;
     font-size: 
}

p {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.25; 
}

h1 {
    color: #ee0000;    
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    font-size: 36px;
    margin: 0 0 5px;
}   
  
.titolo-rosso-L {
    color: #ee0000;    
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    font-size: 36px;
    margin: 0 0 5px;
}      

.titolo-rosso-S {
    color: #ee0000;    
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    font-size: 24px;
    margin: 0 0 5px;
}

.rosso-attenzione {
    font-weight: normal;
    color: #ab1f17;
}

/* Tables ---------------------- */
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #dddddd; }

table thead, table tfoot { background: #f5f5f5; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; }

table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-family: 'avenir-lt-std-black', sans-serif; color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }

table tbody tr:nth-child(even) { background: #f9f9f9; }

table tbody tr td { color: #333; padding: 9px 10px; border: none; }

/*** RESPONSIVE ***/

/* RESPONSIVE: max-width: 959px */

@media only screen and (max-width: 959px) {   
    h1, .titolo-rosso-L {
        font-size: 30px;
        line-height: 42px;
    }     
}

/* RESPONSIVE: max-width: 767px */

@media only screen and (max-width: 767px) {  
}   

/* RESPONSIVE: max-width: 639px */

@media only screen and (max-width: 639px) {    
    h1, .titolo-rosso-L {
        font-size: 27px;
        line-height: 38px;
    } 
    h2 {
        font-size: 33px;
    }  
} 

/* RESPONSIVE: max-width: 489px */

@media only screen and (max-width: 489px) {     
    h1, .titolo-rosso-L {
        font-size: 24px;
        line-height: 34px;
    }    
    .titolo-rosso-S {
        line-height: 30px;
        font-size: 20px;
    }  
    h2 {
        font-size: 26px;
    }  
}   

/* RESPONSIVE: max-width: 380px */

@media only screen and (max-width: 380px) {   
    h2 {
        font-size: 23px;
    }  
}   


/* RESPONSIVE: max-width: 320px */

@media only screen and (max-width: 320px) {  
    h2 {
        font-size: 20px;
    }  
}   </pre></body></html>