/* v. 78.1 */

/*
    FILE: content_halachah.css
    Created on : 17-Apr-2018, 19:06:32
    Supplementary CSS for Halachah pages to follow content_outline.css
*/

.otherhalachos, .seealso {
    margin:2.0em 0 0.3em 0em;
    font-size:1.5em;
    font-weight:bold;
    color:#0000ff;
    text-align:left;
}
.otherhalachostext, .seealsotext {
    margin:0 0 0 0;
    color:#3399ff;
    text-align:left;
}
.otherhalachostext a, .seealsotext a{
    color:blue;
}
.subject {
    font-size:1.4em;
    text-align:center;
}
.subject p { margin-left:0; }
.subject .nm { display:none; }
.subject .indexentry { display:none; }
.indent1 {
    font-weight:bold;
    font-size:1.2em;
    text-transform:uppercase;
    text-align:center;
    margin-top:1.5em;
}

.indent1 p { margin-left:0; }
.indent2 .nm { margin-left:0.0em; width:2.0em; }
.indent2 p { margin-left:2.0em; }
.indent3 .nm { margin-left:2.0em; width:1.6em; }
.indent3 p { margin-left:3.6em; }

.indent1 .nm {
    visibility: hidden;
    width: 0;
    margin: 0;
    padding: 0;
}
/*EOF*/