



	/* Document display */

	.fullDate {
		background: #E8E8E8;
		font-family: sans-serif;
		font-size: 14px;
		padding: .5rem;
		margin-bottom: 1rem;
		text-align: right;
	}


	.teiFragment bibl {
		display: none !important;
	}


	.shortTitle {
		cursor: default !important;
		color: black !important;
		text-decoration: none !important;
	}


	.teiFragment {
		position: relative;
	}

	.teiFragment:after {
		display: block;
		color: #606060;
		font-size: 36px;
		opacity: .35;
//		transform: rotate(45deg);
		text-align: center;
		text-transform: uppercase;
		content: "Unverified transcription";

	}


	.teiFragment .pb {
		border: 1px solid #d0d0d0;
		color: #c0c0c0;
		cursor: pointer;
	}
	.teiFragment .pb:hover {
		background: #c0c0c0;
		color: white;
	}

	.teiFragment hi.underline  {
		text-decoration: underline;
	}

	.teiFragment add {
		font-style: normal;
		font-size: inherit;
		font-family: inherit;
	}

	.teiFragment add:after,
	.teiFragment add:before {
		content: "+";
	}

	.teiFragment .super {
		display: inline;
		margin: 0 0 .5rem 0;
	}



	.citationRef {
		background: #f3f3f3;
	}


	footer {
		margin-top: 0;
	}
