.footnotes > ol > li a {
	text-decoration: none;
}

.footnotes > ol {
	list-style: decimal inside;
}

.footnotes, .references {
	color: #98A5A3;
	font-size: 15px;
	position: relative;
	padding-left: 15px;
}

.footnotes {
}

.footer-line {
	width: 75px;
	height: 1px;
	background: #98A5A3;
	margin: 0 0 15px 0;
	padding: 0;
}

.references > ul {
	list-style: disc inside;
}

/*.footnotes:before {
	content: "";
	display: block;
	width: 75px;
	border-top: 1px solid #98A5A3;
	position: absolute;
	top: -15px;
	left: 0;
}*/