table.wc_status_table td mark.yes, table.wc_status_table th mark.yes {
	background: white;
    color: #7ad03a;
}

table.wc_status_table td mark.no,table.wc_status_table th mark.no{
	background: white;
    color:#999
}

table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{
	background: white;
    color:#a00
}