/* FORM - DELETE CONFIRMATION */

.form-confirm-btn{
    cursor: pointer;
    width: 70px; 
    padding: 3px 0px; 
    margin: 0; 
    height: auto; 
    border: 0;    
    font-family: inherit;
    font-size: inherit; 
    display: inline-block; 
    text-align: center;   
    /*border-radius: 5px;*/    
}

/* confirm deletion - button */
.yes-delete{
    background: #C5CC33; /*#0dc143*/
    color: white;
}

/* reject deletion - button */
.no-delete{
    background: orange; /*#dc143c*/
    color: white;
}
