.footnote {
	z-index: 1001;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 0.6em;
	background-color: rgba(0,0,0,0.65);
	border-top: 1px solid #333;
	text-align: center;
	font-size: smaller;
}

.footnote-link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footnote-link:hover {
	text-decoration: underline;
}
