.save-comfirmation {
    text-align: center;
    background-color: #448bd7;
    border: 2px solid #345d89;
    height: 80px;
}
.save-comfirmation h2{
    border: 0px;
    height: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.link-button {  width: 90px; height: 24px;  border: 2px solid #345d89; color: #fff; text-align: center; 
                display: block; text-decoration: none;}
.yes-button {
    background-color: #00b14d;
}
.no-button {
    background-color: #f80300;
}
tr:even{background: #f1f1f1}
