/* --- ARCHIVIO GRUPPI DI ACQUISTO --- */
h1.gruppi_list {
    text-align: center;
    color: #003471;
    font-size: 23px
    }
h2.gruppi_list {
    text-align: center;
    background-color: #6FF;
    color: black;
    font-size: 19px
    }
table.gruppi_list {
    background-color: #FFF
    }
table.gruppi_list tr {
    background-color: #CFF
    }
table.gruppi_list tr:hover {
    background-color: #9FF
    }
/* --- */
h1.gruppi_full {
    text-align: center;
    color: #003471;
    font-size: 23px
    }
h2.gruppi_full {
    text-align: center;
    color: black;
    font-size: 19px
    }
h3.gruppi_full {
    text-align: center;
    color: #003471;
    font-size: 16px;
    font-style: italic
    }
/* --- AUTOSEGNALAZIONI PRODUTTORI --- */
h1.autoprod_list {
    text-align: center;
    color: #003471;
    font-size: 23px
    }
h2.autoprod_list {
    text-align: center;
    background-color: #D2D2D2;
    color: black;
    font-size: 19px
    }
table.autoprod_list {
    background-color: #FFF
    }
table.autoprod_list tr {
    background-color: #EFEFEF
    }
table.autoprod_list tr:hover {
    background-color: #E1E1E1
    }
/* --- */
h1.autoprod_full {
    text-align: center;
    color: #003471;
    font-size: 23px
    }
h2.autoprod_full {
    text-align: center;
    color: black;
    font-size: 19px
    }
h3.autoprod_full {
    text-align: center;
    color: #003471;
    font-size: 16px;
    font-style: italic
    }