tr.errorRow {
    background-color:RGBA(255,80,80,0.2) !important;
}
tr.warningRow {
	background-color: RGBA(255, 255,0, 0.2) !important;
}
tr.warningDeprecateRow {
	background-color: RGBA(255, 160, 0, 0.2) !important;
}