/* v. 82.1 */

/*
    File: content_tosfos.css
    Created on : 15-Apr-2018, 10:43:48
    Supplementary CSS for Tosfos pages to follow content_outline.css
*/

/******************************************
Added to apply to Tosfos page (provisional)
*******************************************/
.subject { margin-top:3.7em; }

.summary {
    margin-top:0.5em;
    margin-right:0;
    margin-bottom:2.0em;
    margin-left:2.0em;
    font-size:1.1em;
    font-style:italic;
    color:#0000FF;
}
.summary span { font-weight:bold; }





/*
.subject, .firstsubject {
    margin-top:2.5em;
    margin-bottom:0.5em;
    text-transform: uppercase;
    font-weight:bold;
    color:#000080;
    font-size:1.2em;
    text-align:left;
}

.subject .nm, .firstsubject .nm { margin-left:0.0em; width:2.0em; } 
.subject p, .firstsubject p { margin-left:2.0em; }

*/




.subject {
	font-weight:bold;
}


.explanatory {
font-style:italic;

}




.transword {
text-transform:uppercase:
font-style:italic;
color:blue;
}


.translation {
font-style:italic;
font-weight:normal;
	}


.randh {
font-weight:bold;
color:blue;
font-size:125%;	
/*   font-size:1.300001em;  */
/* font-style:italic; */
}


.subjectheb, .indent1heb, .indent2heb, .indent3heb {
    font-family:"David";
    font-size:1.3em;
    direction:rtl;
    unicode-bidi:embed;
    color: #000080; /*#0099FF */
}
.subjectheb { text-align:right; font-size:1.6em; }

/*Margin sequence Top Right Bottom Left - think "TRouBLe"!*/
.subjectheb { margin:0.5em 0 0 1.3em; font-weight:bold;  color:#000080; }
.indent1heb { margin:1.0em 0 0 3.0em; }
.indent2heb { margin:1.0em 0 0 4.0em; }
.indent3heb { margin:1.0em 0 0 5.0em; }

/* For small screens*/
@media screen and (max-width:500px) {
    .indent1heb { margin-left:0.0em; }
    .indent2heb { margin-left:2.0em; }
    .indent3heb { margin-left:3.0em; }
}
/*EOF*/