.bottone {
    background-color: #257832;
    border: 1px solid #257832;
    border-radius: 3px;
    box-shadow: 0 0 0 0 #fed897 inset;
    color: white;
    display: inline-block;
    /*font-family: Open Sans,sans serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    height: 32px;
    margin-bottom: 35px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 4px;
    min-width: 80px;
}

.bottone:hover {
    background-color:  #ffffff; color:#257832;
}

.testata_pagina_resp { background-color: #257832;   }

.titolo_box { color: #257832; }

.importo_buoni {
    margin-top: 10px;
    color: #ffffff;
    background-color: #257832;
    font-size: large;
    padding: 5px;
}

.importo_crediti {
    color: white;
    font-size: large;
    background-color: #575756;
    padding: 5px;
}

.riga_saldi_buoni {
    background-color: #cda4341a;
    color: #3e3e3e;
    border-left: 0.25rem solid #257832;
    min-width: 300px;
}

.titolo_grande {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 5px 20px 5px;
    color: #555555;
}
