/* v. 78.1 */

/*
    File: content_yerushalmi.css
    Created on : 26-Apr-2018
    Supplementary CSS for Yerushalmi pages to follow content_outline.css
    This is based on content_tosfos.css
*/

/******************************************
Added to apply to Yerushalmi page
*******************************************/
.subject {
    margin-top:2.5em;
    margin-right:1em;
    font-size:1.4em;
}

.indent1heb, .indent2heb, .indent3heb {
    font-family:"David";
    font-size:1.4em;
    direction:rtl;
    unicode-bidi:embed;
    color: #000080;
}

/*Margin sequence Top Right Bottom Left - think "TRouBLe"!*/
.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; }
}

/*.indent1heb span, .indent2heb span, .indent3heb span {
	color:#cc0033;
	} */

.oz {
    color:#00ff00;
}

.vl {
    color:#cc0033;
}

.source {
    margin:0 0 0 0;
    font-size:0.8em;
    color:#ff6633;
    text-transform:capitalize;
    font-weight:normal;
    display:inline-block;
}

.daf .tomatch, .subtitle .tomatch {
    font-size:0.7em;
}

@media screen and (max-width:500px) {
    .daf .tomatch, .subtitle .tomatch { font-size:0.7em; }
}


/*EOF*/