
html{
     margin: 0;
    padding: 0;
}
body {
    display: block;
    text-align: center;
    background-color: #E6E6E6;
    width: 100%;
    font-size: 12pt;
    color:black;  
    margin: 0;
    padding: 0;
    
}


body#acts  {
    overflow-x: hidden;
    overflow-y: hidden;
}
subjects, congregations, acts_of_synod, ministers_of_synod { 
    background-color: white;
    text-align: left;
    margin:0 auto;
    display: block;
    border: 1px solid black;
    width: 8.5in;
    padding: 1in;
} 

congregation {
    display: block;
    padding-left: 1in;
    text-indent:-1in;
}
subject {display: block;
         margin-bottom: 20px;
         padding-left: 1in;
         text-indent:-1in;
}
synod {
    padding-bottom: 20px;
    margin-top: 40px;
    border-bottom: 5px double black;
    display:block;
}

minister {
    display: block;
    padding-left: 1in;
    text-indent:-1in;
    margin-bottom: 20px;
}
synod_name {display:block; text-align: center; text-indent: 0.5in; font-size: 22pt; margin: 15px;}
num{font-weight:bold; margin-left: 0.5in;}
act {display:block; margin-bottom: 10px;}
desc {display: block;}
a_refs {display: block; text-decoration: none;}

/* link styles*/
a { color: black;}
m_ref a { text-decoration: none;}
cong_ref a {font-style:italic; text-decoration: underline;}
s_ref a {font-style:italic; text-decoration: none;}
mpr a { text-decoration: none;}

act_ref a { text-decoration: none;}
a:active { background-color: yellow !important;}
:target { background-color: #ffa;}



iframe {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;    
    border: none;
/*    border-left: 2px solid red;*/
     overflow-y: scroll;
}


.min_ref_id_name {
    cursor: pointer;
}