.rn span
{
	cursor: pointer;
	font-weight: bold;
}
.rn div
{
	display: none;
	padding: 5px;
	background-color: $ddd;
}
.bug
{
	list-style-image: url(/images/bug.gif);
}
.feature
{
	list-style-image: url(/images/feature.gif);
}
