
.buttonPartecipoEvento {
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    height: 56px;
    padding-top: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.buttonPartecipoEventoAttivo {
    color: #fff;
    background-color: #5cb85c;
    font-weight: 600;
    cursor: default !important;
}

.buttonNonPartecipoEventoAttivo {
    color: #fff;
    background-color: red;
    font-weight: 600;
}