/**
 * Marking "r" flag in ORES red in recent changes.
 * 
**/
.ores-damaging {
	font-weight: bold;
	color: red;
}

/**
 * Make the whole row orange
 *
**/
li.damaging {
	background: rgba(255, 93, 0, 0.2);
	line-height: 1.8;
}
