#turnover-content table tbody .audit-fail{
    color: red;
}
#auditModal .remake,
#rechargeModal .remake{
    height:70px;
    padding-left: 10px;
    padding-right: 10px;
    width: 82.1%;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #e7f7ff;
    resize: none;
}
#auditModal .remake-title,
#rechargeModal .remake-title{
    height: 70px;
    line-height: 70px;
}
#auditModal .no-pass{
    background-color: #f95657;
    color: #fff;
}
#auditModal .no-pass:hover{
    background-color: #f73d3e;
}

#auditModal input,#auditModal .dropdown button{
    text-align: left;
}