.btn_affirm{
    background-color: #52c802;
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    color: white;
    text-align: center;
    float: right;
    margin-right: 5px;
    border: 0px;
}