
/* 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;  
}  

/* 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; }



