
/*Colors page-tree items black*/
.acs-side-bar-space-info a, .ia-secondary-container a {
    color: #000000;
} 

/*Colors Space shortcut links in sidebar black*/
a{color: #000000;
} 

/* Colors visited Space shortcut links in sidebar black*/
a, a:visited, a:focus, a:hover, a:active, a.blogHeading {
    color: #000000;
}

/*Hides 'Page Tree' title from sidebar*/
.ia-secondary-header-title {visibility: hidden;}

/*Doubles line height of body text*/
body{
line-height: 2.0;
font-size: 15px;
}

/*Increased font size of TOC*/
.toc-macro {
    font-size: 16px;
}

#com-atlassian-confluence .page-metadata { 
display: none; 
}

#com-atlassian-confluence .page-metadata .author {
    display: none;
  }





