
/* Page Tree Text Color: Unselected Page */  
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list .plugin_pagetree_children_span a {color: #0a0a0a;}  

/* Page Tree Text Color: Selected Page */  
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_children_content .plugin_pagetree_current a {color: #1122CC;}  

/* Cursor Fix */  
.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro {cursor: pointer !important;}   

/* Table of Contents box */  
.toc {  
    display:table;  
    margin-top: 0px;  
    border:1px solid #dedfe3;  
    background: #fafbff;  
    border-radius: 6px;  
    padding:10px 20px;  
}  

/* Table of contents text formatting */  
.toc p {  
    font-size: 1.4rem !IMPORTANT;  
    font-weight: 600;  
    margin: 8px 0;  
    color:hsla(25, 91%, 54%, 1);  
}  
.toc ul { list-style-type: square; padding-left: 1.6rem; }  

/* Format code inline with other text */  
.inlineCode {    
    font-family: monospace;    
    border:1px solid #dedfe3;    
    background: #fafbff;    
    border-radius:6px;    
    margin: 0;    
    padding: 0 5px;    
}    

/* Page title formatting */  
#title-heading h1 { font-weight: 600; }  

/* Header text formatting */  
.wiki-content p { font-size: 1rem; }  
.wiki-content h1 { font-size: 1.9rem; font-weight: 600; }  
.wiki-content h2 { font-size: 1.5rem; font-weight: 500; }  
.wiki-content h3 { font-size: 1.3rem; font-weight: 500; }  
.wiki-content h4 { font-size: 1.3rem; font-weight: 500; text-decoration: underline; }  
.wiki-content h5 { font-size: 1.1rem; font-weight: 600; }  
.wiki-content h6 { font-size: 1.1rem; font-weight: 600; text-decoration: underline; }  

/* List item formatting */  
.wiki-content ul, .wiki-content ol { font-size: 1rem; margin-bottom: 5px; }  
.wiki-content li { padding: 3px 0; }  
.confluenceTd p { font-size: .9rem; }  
.confluenceTd ul { font-size: .9rem; padding: 0 0 0 15px; }  
.confluenceTd li { padding: 0 0 3px 0; }  
.toc-macro li, .client-side-toc-macro li { font-size: .91rem; padding: 0; }  
.toc-macro ul, .client-side-toc-macro ul { font-size: .91rem; margin: 0; }  
.inline-task-list li { padding: 0; margin: 0; }



