.style11, .style10 {
    color: #333333;
}

tr.error-divider td {
    height: 5px;
    background-color: #C8C8BD;
}

tr.error-divider td:first-of-type, tr.error-row td:first-of-type, tr.success-row td:first-of-type {
    width: 55px;
}

tr.error-divider td:nth-of-type(5), tr.error-row td:nth-of-type(5), tr.success-row td:nth-of-type(5) {
    width: 9px;
}

tr.error-divider td:nth-of-type(6), tr.error-row td:nth-of-type(6), tr.success-row td:nth-of-type(6) {
    width: 133px;
}

tr.error-row td {
    height: 10px;
    background-color: #C8C8BD;
}

tr.error-row td:nth-of-type(4) div {
    text-align: center;
    color: #DF0101;
}

tr.success-row td {
    height: 25px;
    background-color: #C8C8BD;
}

tr.success-row td:nth-of-type(4) div {
    text-align: center;
    color: #088A08;
    font-size: 15px;
    margin-bottom: 15px;
}