.quotes-history .col.status.審核中 {
    color: #ccc;
}
.quotes-history .col.status.已取消 {
    color: #ccc;
}
.quotes-history .col.status.已過期 {
    color: #ccc;
}
.orders-history .col.status.審核中 {
    color: #ccc;
}
.orders-history .col.status.已取消 {
    color: #ccc;
}
.orders-history .col.status.已過期 {
    color: #ccc;
}
.quotes-history .col.status.已通過 {
    color: #67C500;
}
.orders-history .col.status.已通過 {
    color: #67C500;
}