@font-face {
	font-family: 'Bad Handwriting 7.2';src: url('BadHandwriting72.woff2') format('woff2'),url('BadHandwriting72.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;
}
.original,.footnote {
	display:inline;
	text-decoration:none;
	color:#dd0000;
	user-select: none;
	cursor:pointer;
}
.original[state=true] {
	display:inline;
	text-decoration:line-through;
	color:#dd0000;
}
.filler {font-family:'Homemade Apple';font-size:12pt;font-weight:bold;line-height:15px;}
.replacement {
	display:none;
	color:#0e1f92;
	font-family:Arial,Helvetica,sans-serif;
}
.replacement[state=true] {
	display:inline;
}

.redacted {
	color:black;
	background-color:black;
}

.footnote {
	vertical-align: super;
	font-size: smaller;
}
.footnoteContainer {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.footnotePanel {
	visibility: hidden;
	width: 250px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}
.footnotePanel[state=true] {
	display:block;
}