.readingEvidence {
	display: inline;
}
.underMentionedWitnesses {
	display: inline !important;
}
.underMentionedWitnesses::before {
	content: ' [↓';
}
.underMentionedWitnesses::after {
	content: ' ]';
}

.siglumPubComText {
	background: lightyellow;
	font-size: 80%;
	position: relative;
	top: -0.4em;
}
.siglumPubComText::before {
	content: ' (';
}
.siglumPubComText::after {
	content: ')';
}

.siglumPubComSegText {
	background: honeydew;
	font-size: 80%;
	position: relative;
	top: -0.4em;
}
.siglumPubComSegText::before {
	content: ' (';
}
.siglumPubComSegText::after {
	content: ')';
}

.witnessTranscriptText {
	display: none;
	font-size: 80%;
	position: relative;
	top: -0.4em;
	background: aliceblue;
}
.witnessTranscriptText::before {
	content: ' [';
}
.witnessTranscriptText::after {
	content: ']';
}
