.adaugaParcelaTitlu2{
    padding: 20px 0;
    border-bottom: solid black 1px;
}
.butonincarcaredoc{
    background-color: #869900;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 20px;
    cursor: pointer;
    border: solid #869900 1px;
    font-size: 13px;
    margin-right: 20px;
    max-height: 25px;
}
.butonincarcaredoc:hover{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}
