sup.footnote {
  font-size: 90%;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
sup.footnote:hover a{
	color: #666;
}
sup.footnote a{
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-weight: bold;
  padding-left: 0.15em;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
  top: 0;
  font-size: 100%;
  cursor: pointer;
}
span.footnotereverse {
	bottom: -0.2em;
}

.footnotereverse a:hover {
	color: #666;
}

.footnotes {
	font-size: 90%;
	border-top: dotted 1px #000000;
}