/* 

Table of Contents
-----------------
1. Textual divisions
1.5 Title section
2. Letters 
3. pb, lb, linenumber 
4. Milestone and lines 
5. p, ab, note, fw 
6. Additions and Deletions 
7. Editorial 
8. @rend classes (except lines, page placement, colors) 
9. Page placement 
10. Colors 
11. Lists and Tables 
12. Misc 

* /



/* 1. Textual divisions */

body.non-embedded-transcription,
div.transcription-viewer-content.style-mt-published {
	background:#ead7b3; /*LLJ*/
}
div.transcription.style-mt-published {
	margin-left:auto;
	margin-right:auto;
	padding-left:2.5em;
	padding-right:2.5em;
	text-align:center;
	max-width:26em;/*LLJ*/
	min-width:26em;/*LLJ*/
	font-family:"source sans pro", calibri, arial, helvetica, sans-serif;
	font-size:1em; /*Make .9em; also for table*/
	/*white-space:nowrap;*/
	color:#46381e;/*LLJ*/
}
div.transcription.style-mt-published .TEI {
	display:block;/*LLJ*/
	padding-top:.5em;
	text-align:justify;/*LLJ*/
}
@media all and (max-width: 768px)   {
div.transcription.style-mt-published .TEI {	
	/*padding-left:1.5em;*//*Removed because didn't work with triple viewer*/
}
}
div.transcription.style-mt-published .item-details {
	max-width:27em;/*LLJ*/
	min-width:27em;/*LLJ*/
	text-align:left;/*LLJ*/
	padding-top:1em;
}
div.transcription.style-mt-published div.text {
}
div.transcription.style-mt-published div.body {
	display:block;
	padding-bottom:2.4em;
	padding-top:1.5em;
}
div.transcription.style-mt-published .front,
div.transcription.style-mt-published .back {
	display:block;
}
div.transcription.style-mt-published .div {
}

/* 1.5. Title section */

div.transcription.style-mt-published .title {
	display:inline-block;/*LLJ*/
	text-align:center;
	margin-bottom:1em;/*LLJ*/
	font-size:1.4em;
	font-variant:small-caps;
}
div.transcription.style-mt-published .author {
	display:block;
	text-align:center;
	margin-bottom:-.5em;/*LLJ*/
	font-size:1.2em;
	font-style:italic;
}
div.transcription.style-mt-published .authority {
	font-size:.9em;
	line-height:2em;
}
div.transcription.style-mt-published .pub-date {
	font-size:.9em;
}
div.transcription.style-mt-published a:link {
	color:#428bca !important;
}
div.transcription.style-mt-published .idno {
	font-size:.9em;
	line-height:2em;
}
div.transcription.style-mt-published hr.title-section {
	width:100%;
	height:0;
	border:0;
	border-top:1px solid #58484b;
	margin-top:-.4em;
	margin-bottom:-.4em;
}
div.transcription.style-mt-published .project-id {
	color:gray;
	font-size:.9em;
}

/* 2. Letters */

div.transcription.style-mt-published .opener,
div.transcription.style-mt-published .closer {
	margin-bottom:0px;
}
div.transcription.style-mt-published .opener {
	display:inline;
	margin-top:1em;
}
div.transcription.style-mt-published .closer {
	display:block;
}
div.transcription.style-mt-published .dateline {
	display:inline;
	text-indent:0;
}
div.transcription.style-mt-published .dateline.center {
	display:inline-block;
}
div.transcription.style-mt-published .dateline.right {
	display:block;
}
div.transcription.style-mt-published .opener-salute {
}
div.transcription.style-mt-published .closer-salute {
	margin-left:0 !important;
}
div.transcription.style-mt-published .closer.center {
}
div.transcription.style-mt-published .signed {
	display:inline-block;
}
div.transcription.style-mt-published .address {
	display:block;
}
div.transcription.style-mt-published .addrLine.center {
}
div.transcription.style-mt-published .addrLine.right {
}


/* 3. pb, lb, linenumber */

div.transcription.style-mt-published .pb-title {
	display:block;
	color:#428bca;/*Changed for full LJ. Was color:#f6dbb0; & text decoration hidden*/
	/*text-decoration:underline;*/
	font-size:90%;
	margin-top:2em;/*Changed for full LJ.*/
	margin-bottom:0;/*Changed for full LJ.*/
	padding-bottom:10px;/*Added for full LJ.*/
}
div.transcription.style-mt-published .pb-title:hover {
	color:#AAA;/*Changed for full LJ. Was color:#f6dbb0;*/
	cursor:pointer
}
div.transcription.style-mt-published .pb-title:first-of-type  {
 	/*margin-top: 0;*/ /*This is to prevent scrolling up when the first image opens. AW*/
}
div.transcription.style-mt-published p span.pb-title {
	text-indent:0;/*LLJ*/
	margin-left:0;/*Changed for full LJ. Was margin-top:3em;*/
}
div.transcription.style-mt-published .del-pb {
}
div.transcription.style-mt-published .lb {
	display:block;
}
div.transcription.style-mt-published .lb.center {
}
div.transcription.style-mt-published .lb.right {
}
div.transcription.style-mt-published .linenumber {
	text-align:right;
	float:left;
	color:#8c8b85;
	margin-left:-3em !important;
	/*text-indent:9%;*/
	font-size:80%;
	width:1em;
	display:none;
}
div.transcription.style-mt-published p .linenumber {
	text-indent:-1%;
}
div.transcription.style-mt-published .p.noindent.linenumber {
	text-indent:1em;
}
div.transcription.style-mt-published p.center .linenumber {
	margin-left:-12.5em !important; /*Needs to be checked.*/
}
div.transcription.style-mt-published p.right .linenumber {
	margin-left:-18em !important;
}
div.transcription.style-mt-published .list .linenumber {
	text-indent:0;	
}


/* 4. Milestone and lines */

div.transcription.style-mt-published .milestone {
	display:block;
	width:60%;
	background:#FFF;
	height:0;
	border:0;
	border-top:1px solid #58484b;
	margin-left:0;
	margin-right:9%;
	padding:0px;
	margin-bottom: -.5em;
	margin-top: 1em;

}
div.transcription.style-mt-published .line {
	border-bottom:1px solid #d0d0d0;
	display:block;
	width:14em !important;/*LLJ*/
	margin-left:6em;
	text-align:left;
	height:0;
	border:0;
	border-top:1px solid #58484b;
}
/*div.transcription.style-mt-published .doubleline {
	border-top: 4px double #8c8b8b;
	display:block;
	width:35% !important;
	margin-left:9%;
	text-align:left;
	color:black;
}*/
/*div.transcription.style-mt-published .tripleline {
	border-top: 4px double #8c8b8b;
	line-height:1.9em;
	display:block;
	width:35% !important;
	margin-left:9%;
	text-align:left;
	color:black;
}*/
/* Both of the above are not used in the 1870 FD transformation. See .second-line below.*/
div.transcription.style-mt-published .halfline {
	border-bottom:1px solid #d0d0d0;
	display:block;
	width:17.5em !important;
	margin-left:0;
	text-align:left;
	height:0;
	border:0;
	border-top:1px solid #58484b;
}
div.transcription.style-mt-published .quarterline {
	border-bottom:1px solid #d0d0d0;
	display:block;
	width:11em !important;
	margin-left:0;
	text-align:left;
	height:0;
	border:0;
	border-top:1px solid #58484b;
}
div.transcription.style-mt-published .second-line {
	border-bottom:1px solid #d0d0d0;
	display:block;
	width:22em !important;
	margin-left:0;
	text-align:left;
	margin-top:-1em;
	margin-bottom:0em;
	height:0;
	border:0;
	border-top:1px solid #58484b;
}
div.transcription.style-mt-published .third-line {
	border-bottom:1px solid #d0d0d0;
	display:block;
	width:22em !important;
	margin-left:0;
	text-align:left;
	margin-top:1.5em;
	height:0;
	border:0;
	border-top:1px solid #58484b;
}

/* 5. p, ab, note, fw */

div.transcription.style-mt-published p {
	/*margin-right: 2em;*/ /*Needed so that the text doesn't run up against the right edge in the viewer.*/
}
div.transcription.style-mt-published .p {
	display:inline-block;
	text-indent:25px;
	margin-top:0;
	margin-bottom:0;
}
div.transcription.style-mt-published .p.noindent.center.small.other {
	font-size:.85em;
	padding-bottom:1em;
}
div.transcription.style-mt-published .note/*LLJ*/ {
	display:inline-block;
	text-indent:25px;
	margin-top:0;
	margin-bottom:0;
	font-size:.9em;
	line-height:1.4em;
}
div.transcription.style-mt-published .note.no-indent/*LLJ*/ {
	text-indent:0px !important;
}
div.transcription.style-mt-published .p.noindent {
	text-indent:0 !important;
}
div.transcription.style-mt-published .p.center {
	text-indent:0 !important;
}
div.transcription.style-mt-published .p.right {
	text-indent:0 !important;
}
div.transcription.style-mt-published .ab {
	padding-left: 0em;
	text-indent: -1.5em;/*This and previous together create a hanging indent for LLJ*/
	margin-left:2em;/*LLJ*/
	margin-top:0;
	margin-bottom:1em;
	font-size:.9em;/*LLJ*/
}
div.transcription.style-mt-published .ab.center {
}
div.transcription.style-mt-published .head {
	font-weight:300;
	text-align:center;/*LLJ*/
	margin-bottom:0em;/*LLJ*/
}
div.transcription.style-mt-published .fw/*LLJ*/ {
	font-size:.9em !important;
	/*color:#706f6a;*/ /*Removed for full LJ*/
}
div.transcription.style-mt-published .fw.catch/*LLJ*/ {
	margin-top:-1em;
	display:block;
	/*color:purple;*/ /*Added for full LJ*/
	padding-left: 2em; /*Added for full LJ*/
	padding-right: 3em; /*Added for full LJ*/
}
div.transcription.style-mt-published .fw.catch.left/*LLJ*/ {
	text-indent:0;
}
div.transcription.style-mt-published .fw.catch.right/*LLJ*/ {
	text-indent:0;
}
div.transcription.style-mt-published .fw.inspace .right {
	/*color:purple;*/ /*Added for full LJ*/
}
div.transcription.style-mt-published .fw.inspace .right {
	padding-right: 3em; /*Added for full LJ*/
}
div.transcription.style-mt-published .fw.pageno/*LLJ*/ {
	text-indent:0 !important;
	display:block;
	text-align:center;
	margin-bottom:1em;
}
div.transcription.style-mt-published .p .fw.pageno/*LLJ*/ {
	margin-bottom:1em;
	display:block;
	text-align:center;
}


/* 6. Additions and Deletions */

div.transcription.style-mt-published .opener-add {
}
div.transcription.style-mt-published .addmargin {
	text-indent:0px;
}
div.transcription.style-mt-published .del,
div.transcription.style-mt-published .cancelled,
div.transcription.style-mt-published .strikethrough,
div.transcription.style-mt-published .overwritten {
	text-decoration:line-through;
}
div.transcription.style-mt-published .del-by-over-text {
	color:#706f6a;
	text-decoration:line-through;
}


/* 7. Unclear, gap, space */
div.transcription.style-mt-published .unclear {
	color:#706f6a;
	border-bottom:1px dotted #706f6a;
}
div.transcription.style-mt-published .gap {
	/*border-bottom:1px dotted black;*/
}
div.transcription.style-mt-published .space-other {
	border-bottom:1px dotted black;
	display:block;
}
div.transcription.style-mt-published .verticalSpace {
	display:inline-block;
	border-bottom:1px dotted black;
	text-indent:0;
}



/* 7. Editorial */

div.transcription.style-mt-published .sic,
div.transcription.style-mt-published .corr {
	border-bottom:2px #B33B24 dotted
}
div.transcription.style-mt-published .orig,
div.transcription.style-mt-published .reg {
	/*border-bottom:1px green dotted*/
}
div.transcription.style-mt-published .abbr,
div.transcription.style-mt-published .expan {
	border-bottom:1px green dotted
}
div.transcription.style-mt-published .expan {
	display:none;
}
div.transcription.style-mt-published .hidden {
	display:none;
}
div.transcription.style-mt-published .rdg {
	display:block;
}


/* 8. @rend classes (except colors, lines, and up-down placement) */

div.transcription.style-mt-published .caps {
	font-variant:small-caps;
}
div.transcription.style-mt-published .center/*LLJ*/ {
	text-align:center;
	display:block;
	height:0;
}
div.transcription.style-mt-published .doubleunderline {
	border-bottom:3px double;
}
div.transcription.style-mt-published .inline {
	color:#706f6a;
}
div.transcription.style-mt-published .italic {
	font-style:italic;
}
div.transcription.style-mt-published .large {
	font-size:120%;
}
div.transcription.style-mt-published .ab.center,
div.transcription.style-mt-published .small.center,
div.transcription.style-mt-published .large.center,
div.transcription.style-mt-published .p.center {
	height:auto;
}
div.transcription.style-mt-published .left/*LLJ*/ {
	float:left;
}
div.transcription.style-mt-published .overline {
	text-decoration: overline;
}
div.transcription.style-mt-published .overline.underline {
	text-decoration:overline underline;
}
div.transcription.style-mt-published .overtext {
	/*color:#706f6a;*/
}
div.transcription.style-mt-published .right/*LLJ*/ {
	text-indent:0;
	float:right;
}
div.transcription.style-mt-published .small {
	font-size:.9em;
}
div.transcription.style-mt-published .smallcaps {
    font-variant:small-caps;
	text-transform:lowercase;
}
div.transcription.style-mt-published .underline {
	text-decoration:underline;
}
div.transcription.style-mt-published .upsidedown {
	/*-ms-transform:rotate(180deg);*/ /* IE 9 */
	/*-moz-transform:rotate(180deg);*/ /* Firefox */
	/*-webkit-transform:rotate(180deg);*/ /* Safari and Chrome */
	/*-o-transform:rotate(180deg);*/ /* Opera */
}
div.transcription.style-mt-published .vertical {
	/*-ms-transform:rotate(90deg);*/ /* IE 9 */
	/*-moz-transform:rotate(90deg);*/ /* Firefox */
	/*-webkit-transform:rotate(90deg);*/ /* Safari and Chrome */
	/*-o-transform:rotate(90deg);*/ /* Opera */
}

/* 9. Page placement */

div.transcription.style-mt-published .above,
div.transcription.style-mt-published .below,
div.transcription.style-mt-published .bottom,
div.transcription.style-mt-published .sub,
div.transcription.style-mt-published .sup,
div.transcription.style-mt-published .top {
	/* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
	font-size:75%;

	/* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
	line-height:0;

	/* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
	position:relative;

	/* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
	vertical-align:baseline;
}
div.transcription.style-mt-published .above,
div.transcription.style-mt-published .sup,
div.transcription.style-mt-published .top {
	/* Move the superscripted text up */
	top:-0.5em;
}
div.transcription.style-mt-published .below,
div.transcription.style-mt-published .bottom,
div.transcription.style-mt-published .sub {
	/* Move the subscripted text down, but only
     half as far down as the superscript moved up */
	bottom:-0.25em;
}
div.transcription.style-mt-published .margintop {
	margin-left:0;
	color:#706f6a;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	top:-1em;
}
div.transcription.style-mt-published .margintop.left {
}
div.transcription.style-mt-published .margintop.right {
}
div.transcription.style-mt-published .true {
	display:inline-block;
}/*Goes with standalone <note>s*/


/* 10. Colors */

div.transcription.style-mt-published .black {
	color:black;
}
div.transcription.style-mt-published .blue {
	color:blue;
}
div.transcription.style-mt-published .brown {
	color:brown;
}
div.transcription.style-mt-published .gray {
	color:#706f6a;
}
div.transcription.style-mt-published .green {
	color:green;
}
div.transcription.style-mt-published .orange {
	color:orange;
}
div.transcription.style-mt-published .purple {
	color:purple;
}
div.transcription.style-mt-published .red {
	color:#B33B24;
}
div.transcription.style-mt-published .yellow {
	color:yellow;
}


/* 11. Lists and Tables */
div.transcription.style-mt-published .list {
	display:block;
	margin-top:12px;
}
/*div.transcription.style-mt-published table {*/
	/*font-size:.9em;*/ /*85%;*//*Changed for 1870 Field Diary*/
	/*color:#46381e;*/ /*Added color for 1870 Field Diary*/
	/* padding-left:20px; */
	/*border-style:none;*/ /*Needed so that the text doesn't run up against the right edge in the viewer.*/
/*}*/
/* div.transcription.style-mt-published tr,
div.transcription.style-mt-published td {
	border-style:none;
} */
/* div.transcription.style-mt-published td {
	width: auto;
} */
div.transcription.style-mt-published .table.liv_015011_0458,
div.transcription.style-mt-published .table.liv_015011_0459,
div.transcription.style-mt-published .table.liv_015011_0497,
div.transcription.style-mt-published .table.liv_015011_0498{
	font-size: .8em;
	color:#46381e;
	text-align: left;
	line-height: 100%;
	border-collapse: collapse;
}
div.transcription.style-mt-published .table.liv_015011_0458 td,
div.transcription.style-mt-published .table.liv_015011_0459 td,
div.transcription.style-mt-published .table.liv_015011_0497 td,
div.transcription.style-mt-published .table.liv_015011_0498 td{
	padding: 1px;
	border-top: unset;	
}
div.transcription.style-mt-published .table.liv_015011_0458{
	margin-left: 2em;
}
div.transcription.style-mt-published .table.liv_015011_0459{
	margin: 1em 0;
}
div.transcription.style-mt-published .table.liv_015011_0458 > tbody > tr > td:nth-child(1){
	width: 47%;
	border-right: 1px #46381e solid;
	padding-right: 1em;
	margin-right: 0;
}
div.transcription.style-mt-published .table.liv_015011_0458 > tbody > tr > td:nth-child(2){
	padding-left: 1em;
}
div.transcription.style-mt-published .table.liv_015011_0459 > tbody > tr > td:nth-child(1){
	width: 54%;
	border-right: 1px #46381e solid;
	padding-right: 0;
	margin-right: 0;
}
div.transcription.style-mt-published table.table.liv_015011_0459.second{
	margin-left: 3em;
}
div.transcription.style-mt-published table.table.liv_015011_0459.second:nth-child(57) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > span{
	padding-left: .2em;
}
div.transcription.style-mt-published table.table.liv_015011_0459.second:nth-child(57) > tbody:nth-child(1) > tr > td:nth-child(2){
	padding-left: .5em;
}
div.transcription.style-mt-published .table.liv_015011_0497{
	margin-left: 1em;
    width: calc(100% - 1em);
}
div.transcription.style-mt-published .table.liv_015011_0497 > tbody:nth-child(1) > tr > td{
	width: 25%;
}
div.transcription.style-mt-published .table.liv_015011_0497.first,
div.transcription.style-mt-published .table.liv_015011_0498{
	margin-top: 1em;
	border-top: 2px #46381e solid;
	border-bottom: 2px #46381e solid;
}
div.transcription.style-mt-published .table.liv_015011_0498.second{
	margin-bottom: 1em;
}
div.transcription.style-mt-published .table.liv_015011_0498.first{
	margin-left: -3em;
	width: unset;
	max-width: unset;
}
div.transcription.style-mt-published .table.liv_015011_0497.first > tbody:nth-child(1) > tr:nth-child(3){
	border-top: 1px #46381e solid;
}
div.transcription.style-mt-published .table.liv_015011_0497.first > tbody:nth-child(1) > tr:nth-child(2) > td:not(:first-child){
	border-top: 1px #46381e solid;
}
div.transcription.style-mt-published .table.liv_015011_0497.first > tbody:nth-child(1) > tr > td:nth-child(2){
	border-left: 1px #46381e solid;
	border-right: 4px #46381e double;
}
div.transcription.style-mt-published .table.liv_015011_0497.second > tbody:nth-child(1) > tr > td:nth-child(2){
	padding-left: 3em;
}
div.transcription.style-mt-published .table.liv_015011_0498 > tbody:nth-child(1) > tr:nth-child(1){
	border-bottom: 1px #46381e solid;
}
div.transcription.style-mt-published .table.liv_015011_0498 > tbody:nth-child(1) > tr > td:not(:last-child){
	border-right: 1px #46381e solid;	
}
div.transcription.style-mt-published .table.liv_015011_0498.second > tbody:nth-child(1) > tr > td:last-child{
	width: 16%;
}
div.transcription.style-mt-published .table.liv_015011_0498.first > tbody:nth-child(1) > tr > td:not(:last-child){
	width: 12%;	
}
div.transcription.style-mt-published .table.liv_015011_0498.first > tbody:nth-child(1) > tr > td:nth-child(5){
	width: 20%;
}
div.transcription.style-mt-published .table.liv_015011_0498 > tbody:nth-child(1) > tr:nth-child(13) > td:nth-child(2),
div.transcription.style-mt-published .table.liv_015011_0498 > tbody:nth-child(1) > tr:nth-child(13) > td:nth-child(3),
div.transcription.style-mt-published .table.liv_015011_0498 > tbody:nth-child(1) > tr:nth-child(13) > td:nth-child(5){
	border-bottom: 1px #46381e solid;
}
div.transcription.style-mt-published .table.liv_015011_0498.second > tbody:nth-child(1) > tr > td:nth-child(1){
	width: 18%;
}


/* 12. Misc */

div.transcription.style-mt-published .date-red {/*Add for full LJ.*/
	display: none;
	color:red;
	font-style:normal;
}
div.transcription.style-mt-published .reduce {/*Fixes issues intro by milestone in LJs*/
	margin-bottom:-2em;
}

div.transcription.style-mt-published .figure {
	margin-left:0;
	color:#706f6a;
	font-size:.8em;
	border-bottom:1px #706f6a dotted;
}
div.transcription.style-mt-published .graphic.inline-left {	
	width:12em;
	float:left;
	margin: .5em 2.5em -1em -1.5em;
}
div.transcription.style-mt-published .graphic.inline-left-medium {	
	width:10em;
	float:left;
	margin: .5em 2.5em -.5em -1.5em; /*-.5 deviation needed for LJ 1:72*/
}
div.transcription.style-mt-published .graphic.inline-left-small {	
	width:8em;
	float:left;
	margin: .5em 2.5em -1em -1.5em;
}
div.transcription.style-mt-published .graphic.inline-right {	
	width:12em;
	float:right;
	margin: .5em -.2em -1em .5em;
}
div.transcription.style-mt-published .graphic.inline-right-medium {	
	width:10em;
	float:right;
	margin: .5em -.2em -1em .5em;
}
div.transcription.style-mt-published .graphic.inline-right-small {	
	width:8em;
	float:right;
	margin: .5em -.2em -1em .5em;
}
div.transcription.style-mt-published .p .graphic.inline-right,
div.transcription.style-mt-published .p .graphic.inline-right-medium,
div.transcription.style-mt-published .p .graphic.inline-right-small {
	text-indent:0;
}
div.transcription.style-mt-published .p .figure,
div.transcription.style-mt-published .p.noindent .figure,
div.transcription.style-mt-published .ab .figure {
	margin-left:0px !important;
	text-indent:0px;
}
div.transcription.style-mt-published .p .figure.graphic {
	text-indent:0px !important;/*LLLJ*/
}
div.transcription.style-mt-published .metamark {
	color:#706f6a;
	border-bottom:1px #706f6a dotted;
}
div.transcription.style-mt-published p .metamark {
	margin-left:0px !important;
	text-indent:0px !important;
}

div.transcription.style-mt-published .foreign,
div.transcription.style-mt-published .geogName,
div.transcription.style-mt-published .persName,
div.transcription.style-mt-published .orgName,
div.transcription.style-mt-published .quote,
div.transcription.style-mt-published .region,
div.transcription.style-mt-published .settlement,
div.transcription.style-mt-published .term-ailment,
div.transcription.style-mt-published .term-tribe {
	border-bottom:2px #428bca dotted; /* change to 1px */
}