/*
CSS for WP plugin "FD-Footnotes v1.2"
	Original by John Watson, http://flagrantdisregard.com/
	2009 Nov :: Re-styled by OP351net, http://op351.net/
*/
.footnotes {
	/* container of footnotes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 1.6em;
	padding: 10px 0 10px 0;
}
.footnotes .footnotedivider {
	/* separation line */
	width: 90px;
	border-bottom: 1px solid #ccc;
	margin: 20px 0px 0px 0px;
}
.footnotes li {
	/* the footnote text */
	font-size: 9px;
	margin: 0 0 5px 0;
}
sup.footnote {
	line-height: 0em;
}
sup.footnote a {
	font-size: 85%;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
}
.footnotereverse a {
	/* the RETURN sign */
	/* reactivar as seguintes linhas caso se utilize o caracter 'return' em vez da figura
	font-size: 190%;
	font-weight: bold; 
	text-decoration: none;	
	*/
	padding: 0 0 0 5px;
}

