span.footnote 
{
	line-height:1em;
	/*padding-right:1em;*/
}
/*notes*/
span.footnote a span, span.footnote a:link span, span.footnote a:hover span, span.footnote a:active span, span.footnote a:focus span
{
	background: none;
	text-decoration: none;
	font-style: normal;
	color: #000;
}
span.footnote a, span.footnote a:hover, span.footnote a:active, span.footnote a:focus, span.footnote a:visited
{
	background: none;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
span.footnote a 
{
	/*vertical-align: super;*/
	/*margin-left:-1em;*/
}
span.footnote a:hover
{
	background: #efefef;
}
/*block*/
span.footnote a span.sub-footnote, span.footnote a:link span.sub-footnote, span.footnote a:active span.sub-footnote, span.footnote a:visited span.sub-footnote, span.footnote a:focus span.sub-footnote
{
	display: none;
	background: #efefef;
	position: relative;
	width: 95%;
	border: 1px solid #666;
	margin: 0;
	padding: 1em;
	font-weight: normal;
}
span.footnote a:hover span.sub-footnote
{
	display: block;
	text-align: justify;
}
.footnote-footer 
{
	display: none;
}

