/* Virus Alerts */
.highrisk {
	font-weight: bold;
	color: #c03;
}

.mediumrisk {
	font-weight: bold;
	color: #f60;
}
.lowrisk {
	font-weight: bold;
	color: #ffa300;
}