@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=PT+Serif:ital@0;1&family=Playfair+Display:ital@0;1&display=swap');


@font-face {
	font-family: EzraSIL;
	src: url(SILEOT.ttf) format('truetype');
    /* HEbrew */
	unicode-range: U+0590-05FF;
}
@font-face {
	font-family: GentiumPlus;
	src: url(GentiumPlus-Regular.ttf) format('truetype');
	unicode-range: 
        /* Greek */
        U+0370-03FF, U+1F00-1FFF, 
        /* ʜɪᴍꜱᴇʟꜰ */
        U+029C, U+026A, U+1D0D, U+A731, U+1D07, U+029F, U+A730,
        /* ʏʜᴡʜ */
        U+28F, U+1D21
        ;
        /* https://unicodelookup.com/#ʜɪᴍꜱᴇʟꜰ/
        https://en.wikipedia.org/wiki/Small_caps#In_Unicode_standards */        
}


.chapter{
    font-size: 18px;
    line-height: 1.4;
    font-family: EzraSIL, GentiumPlus, 'PT Serif', serif;
}
.h {
    text-align: center;
    margin: 0.5in 0 0.5in;
}
.p {
    text-align: justify;
}
.is1,
.s1 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0.75em 0 0.25em 0;
    color: var(--yall-text);
}
.is2,
.s2 {
    font-size: 1.0em;
    font-style: italic;
    margin: 0.75em 0 0.25em 0;
}
.chapter .s1:first-child,
.chapter .s2:first-child {
    margin-top: 0;
}

.ms1 {
    font-size: 1.0em;
    font-style: italic;
    margin: 0.75em 0 0.25em 0;   
    text-align: center;
}
.d {
    font-size: 1.0em;
    font-style: italic;
    margin: 0.75em 0 0.25em 0;   
    text-align: center;    
}

.c {
    float: left;
    font-size: 2.5em;
    margin-bottom: -0.5em;
    margin-right: 0.1em;
    /* font-family: Arial; */
    margin-top: -0.1em;
    font-family: 'PT Sans', sans-serif;
    speak: never;
}
.c .book-name {
    display: none;    
    
}
.FRT .ip {
    text-indent: 0;
    margin-bottom: 1em;
}
.FRT .imq {
    text-indent: 0;
    margin-left: 1em;
    font-style: italic;
    margin-bottom: 1em;
}
.FRT .is2 {
    color: var(--yall-text);
}

.PSA .c {
    float: none;
    display: block;
    text-align: center;
    margin: 1.0em 0 0.5em;
    font-size: 1.5em;
}
.PSA .c .book-name{
    display: inline;
}

.SNG .c + .q1 {
    margin-left: 1em;
}

/*
:not(.PSA.chapter) > .c + .q1,
:not(.PSA.chapter) > .c + .q1 + .q1, 
:not(.PSA.chapter) > .c + .q1 + .q2,
:not(.PSA.chapter) > .c + .p + .q1,
:not(.PSA.chapter) > .c + .p + .q2 {
    margin-left: 2em;
}
*/

p.p, p.ip {
    text-indent: 1em;
    margin: 0;
}
p.pi {
    margin: 1em 0 1em 2em; 
}
p.li {
    text-indent: 0;
    margin: 0 0 0 1em; 
}
p.m {
    text-indent: 0;
}
p.mi {
    text-indent: 0;
    margin: 0 0 1em 2em;  
}

p.p { 
    widows:2;
    orphans:2; 
}

p.b {
    margin:0;
}

.c + .p {
    text-indent: 0;
}

.v-num {
    font-size: 60%;
    vertical-align: super;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    speak: never;
}
.v-num.v-1 {
    display: none;
}
.PSA .v-num.v-1 {
    display: inline;
}
.add {
    font-style: italic;;
}

.nd, .sc {
    font-variant: small-caps;
}

.yall {
    color: #107210;
}

.tl {
    font-style: italic;
}

.sp {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0.75em 0 0.25em 0;   
    display: block;
    font-style: italic;
    text-align: center;
}

div.c+div.q {
    clear: both;
}



/*
    .f, 
    .x {
        float: footnote;
        counter-increment: footnote;
        font-size: 50%;
        text-indent: none;
        display: none;
    }
    .f::footnote-call,
    .x::footnote-call {
        content: counter(footnote);
        font-size: 50%;
        vertical-align: super;
        line-height: none;
        color: red;   
        display: none; 
    }
    .f::footnote-marker,
    .x::footnote-marker {
        font-weight: bold;
        color: purple;
        display: none;
    }

@media screen {
    .f, .x {
        position: relative;
        font-family: 'PT Sans', sans-serif;  
        font-size: 60%;
        text-indent: 0;
    }
    .f .fn, 
    .x .xn {
        
        vertical-align: super;
        font-style: italic;
        
    }

    .f .ft,
    .x .xt {
        display: none;        
        position: absolute;
        background: #ddd;
        border: solid 1px #333;
        padding: 1em;
        text-align: left;        
    }

    .f:hover .ft,
    .x:hover .xt {    
        display: block;        
    }
}
*/

/* Footnotes */
/*
.f {
    display: none;
}
*/
.f {
    
}
.f .fn {
    font-size: 60%;
    vertical-align: super;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    color: var(--yall-text);
    cursor: pointer;
}
.f .ft {
    display: none;
    padding: 1em;
    background: #eee;
    border: solid 1px #333;
}
.f.open .ft {
    display: block;
}

.x {
}
    .xn {
        display: none;
    }

    .xt:before {
        content: ' (';
    }
    
    .xt:after {
        content: ')';
    }

.q1 {
    display: block;
    padding-left: 2em;
    text-indent: -1em;
    position: relative;
}
.q2 {
    display: block;
    padding-left: 3em;
    text-indent: -1em;
    position: relative;
}

.q1 .v-num,
.q2 .v-num {
    position: absolute;
    left: 0;
    width: 1em;
    text-align: right;
}

.p+.q1,
.p+.q2 {
    margin-top: 0.5em;
}
.q1+.p,
.q2+.p {
    margin-top: 0.5em;
}

.q1+.c {
    float: none;
    position: absolute;
}

.wj {
    --color: #990000;
}

.table {
    border: 0;
    border-collapse: collapse;
    font-size: 0.8em;
}
.table tr:first-child {
    background: var(--yall-text);
    color: #fff;
}
.table tr:first-child td {
    border-right: solid 1px #fff;
}
.table tr:nth-child(even) {
    background: #efefef;
}
.table tr .th1 {
    text-align: left;
}
.chapter.FRT {
    overflow: hidden;
}
.table th,
.table td {
    border-right: solid 1px #ddd;
}
.is1 + .table tr td {
    text-align: right;;
}