.uk-accordion-title::after {
	content:"+";
	float:right;
	font-weight:bold;
}
.uk-active::after {
	content: "-"; 
	float:right;
	font-weight:bold;
}