body {
    overflow: : auto !important;
}

.montant-reserve{
    width: 5em;
    font-size: 2em;
    color: cornflowerblue;
}

.total-reserve{
    font-size: 2em;
    color: cornflowerblue;
    font-weight: bold;
    float: right;
}

.total-reste{
    font-size: 1.5em;
    font-weight:  bold;
    float: right;
}

.green{
    color:forestgreen;
}

#ecritures .description{
    float: left;
    width: 70%;
    color: #999;
}

#ecritures .item .button{
    float: left;
    width: 2em;
    height: 2em;
}

#ecritures .montant{
    float: right;
    width: 30%;
    color: #333;
    font-weight: bold;
    text-align: right;
}

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}