   

       
    /* ---------------------- body styling --------------------- */  
    
    body * {
		font-family: 'Oracle Sans', Helvetica, Arial, sans-serif;
        list-style: initial;
	}
    
    .page-break {  
        page-break-before: always; 
    }  
      
    #iad-title {  
        position: relative;  
        margin-top:1.6in;  
        margin-left:.5in;  
        height:3in;  
        width: 6in;  
    /*    border: 1px blue dotted;*/  
    }  
      
      
    #iad-title p, #iad-title p span, #iad-title span {  
        color: rgb(49,45,42): !important;  
        font-family: Georgia !important;  
        font-size: 36pt !important;  
        font-weight: normal;  
        position: absolute;  
        bottom: 0;  
        left: 0;  
        padding:0;  
        margin:0;  
    }  
      
    #iad-subtitle {  
        position: relative;  
        margin-top:2in;  
        margin-left: 1in;  
        height: 1in;  
        width: 6.5in;  
    /*    border: 1px red dotted;*/  
    }  
      
    #iad-subtitle p {    
        color: rgb(103, 96,91);  
        font-size: 16pt !important;  
        font-weight:normal;  
        margin:0;  
        padding:0;  
     }  
      
    #iad-details {      
        position: relative;  
        margin-top:3in;  
        margin-bottom: 1in;  
        margin-left:.5in;  
        padding-bottom: 0px;  
        width: 6.5in;  
    /*    border: 1px green dotted;*/  
    }  

    
      
      
    #iad-details p, #iad-details span, #iad-details span p {  
        margin:0;  
        padding:0;  
        font-size:10pt !important;  
        line-height: 16px;  
        color:grey;     
    } 
    
       
    h1{  
    color: #161513 !important;  
    font-size: 22px; 
    font-weight: bold !important;  
     }  
      
    h2{   
    color: #161513 !important;   
    font-size: 22px;  
    font-weight: 800 !important; 
	padding-bottom: 0;
	margin-bottom: 2em;
    page-break-after: avoid;  
    }  
      
    h3 {  
    color: #161513 !important;   
    font-size: 18px;
    font-weight: 800 !important;
	padding-bottom: 0;
	margin-bottom: 1em;
    margin-top: 1em;
    page-break-after: avoid;  
    } 

.regularcopyright {
	font-size: 14px;
}
   
/*links*/

a {
color: #006B8F !important;
text-decoration: none !important;
}

div.f22fwidth a::after{
    content: " (" attr(href) ") ";
  }


/*svg*/

svg {
	max-width: 99%;
	height: 100%;
    page-break-inside: auto;
}

/* Content in notes */
/* ---------------------------------------------------------------------------*/

div.notes ul {
    display: block;
    list-style-type: disc !important;
    padding-left:16px;
	margin-bottom: 20px;
}

/* note - this is for troubleshooting cases where <p> tag is inside <li> tag*/
li p {
    margin-bottom: 0px;
    margin-top: 0px;
}

div.notes ul li {
    padding: 0;
    margin-right: 1.25em;
    margin-bottom: 0.6em;
    position: relative;
    left: 1.25em;
    background: none;
}

div.notes ol{
	padding-left:32px;
	margin-bottom: 20px;
}

div.notes ol li {
    padding: 0;
    margin-bottom: 0.6em;
}

div.notes table {
	padding-left: 16px;
	max-width: 100%;
    margin-bottom: .8em;
    border-collapse: collapse;
    table-layout: fixed;
		margin-left: 16px;
}
div.notes tr {
    border-bottom: 1px solid rgba(22,21,19,0.1);
}
div.notes th {
    color: rgba(22,21,19,0.6);
    text-align: left;
    background: rgba(122,115,110,0.12);
    border-top-color: transparent;
    font-size: 1.6rem;
    padding: 1.385em 1em;
    line-height: 1.3;
	}
div.notes .otable tr td:first-child {
    border-left-color: transparent;
}
div.notes td:first-child {
    border-left-color: transparent;
}
div.notes td {
    white-space: normal;
    font-size: 1.6rem;
    color: #161513;
    padding: 1em;
    line-height: 1.3;
} 

div.notes pre {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 20px 20px 20px 20px;
	background-color: white;
	border-radius: 6px;
	border: solid 2px #eceae5;
	background-color: #ffffff;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	color: #1a1816;
	font-size: 16px;
	word-break: break-word;
}

div.notes pre code, code {
    font-family: "Courier New", Courier, monospace;
}


/* Hide the footer */

footer {
    display:none;
}
             
