/* Make the "r" bold */
.ores-damaging {
	font-weight: bold;
}

/* Make the whole row orange if highlighted */
.damaging.ores-highlight {
	background: #fef6e7;
	line-height: 1.8;
}
