
.plus {
    color: black;
    background-color: rgb(0, 255, 0);
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center;
    text-shadow: 0 0 4px grey;
    font-size: 16px;
}

.save {
    color: black;
    background-color: rgb(0, 255, 0);
    height: 32px;
    width: 64px;
    border-radius: 16px;
    text-align: center;
    text-shadow: 0 0 4px grey;
    font-size: 16px;
}

.minus {
    color: black;
    background-color: rgb(255, 0, 0);
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center;
    text-shadow: 0 0 4px rgb(95, 0, 0);
    font-size: 16px;
}


td {
    padding-right: 10px;
    /*border: 1px solid red;*/
}