/* 
 * Footnotes plugin
 * From the Twelve Tribes
 */

#footnotes {
	border-top: 1px solid #CFCFCF;
	color: #999;
	font-style: italic;
	font-size:80%;
}


#footnotes h5 {
	margin: 10px 0;
}

#endnotes {
	border-top: 1px solid #CFCFCF;
	color: #999;
	font-style: italic;
	font-size:80%;
}


#endnotes h5 {
	margin: 10px 0;
}

