.rules > strong:first-child a.collapse {
	position: relative;
	text-decoration: none !important;
	outline: none !important;
	float: right;
}
.rules > strong:first-child a.collapse:after {
	content: '\f077';
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
}

div.rules.collapsed > strong:first-child a.collapse:after {
	content: '\f078';
}

.rules .inner > hidden {
	display: none;
}
