/* CSS Document */

#fltPartecipante:not(:checked) + label {
    color:red;
}

.row-aderente:hover {
    background-color: lightblue;
}



