
.votazione-bilancio legend {
    text-align:center;
    padding: 1rem!important;
    font-size: 1.1rem!important;
    font-weight: bold!important;
    line-height: 1.5rem!important;
}

.votazione-bilancio .form-check {
    width: auto;
    /* float:left; */
    padding: 10px 20px 10px 60px;
    font-size: 1.1rem !important;
    margin: 10px;
    background: #e2e0d6;
    cursor: pointer;
}
@media screen and (min-width: 576px) {
    .votazione-bilancio .js-webform-radios.radio {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around;
    }    
    .votazione-bilancio .form-check {
        width: 30%;
        display: flex;
        align-items: center;
    }
}
.votazione-bilancio .form-check label {
    font-size: 1rem !important;
}
.votazione-bilancio .form-actions {
    text-align: center!important;
}
.votazione-bilancio .form-actions button {
    font-size: 1.1rem!important;
    font-weight: bold!important;
    padding: 20px 40px 20px 40px;
}