.reports {
	color: #FC5755;
	text-decoration: underline;
}

.highlight { 
	font-weight: bold;
	color: #FC5755;
}

#coverage { width: 100%; border-collapse: collapse; text-align: center; border: 1px solid white; }
#coverage td { padding-bottom: 10px; }
#coverage .feature { text-align: left; }
#coverage .first{ border-right: 1px dashed #666666; }