
/* Custom styles for Confluence (included for all themes by default) */

       @import url("https://community.dynatrace.com/cp/style_20150528.css");  
  
body {  
    font-family:open sans, sans-serif;  
    font-size:85%  
}  
  
/*link color */  
.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active, .expand-control text, .aui-theme-default a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {  
    color: #00a1b2;  
}  
  
/*CSS & HMTL editor font size */  
.wiki-content table.wysiwyg-macro > tbody > tr > td.wysiwyg-macro-body {  
    cursor: text;  
    font-size: 12px;  
}  
  
#likes-section {  
     display: none;  
}  
  
/** Hide metadata that appears below page title; show on hover **/  
.page-metadata   
{  
    opacity: 0;  
    font-size: 12px;  
    margin: -20px 0px 30px 0px;  
}  
.page-metadata:hover   
{  
    opacity: .8;  
}
#watch-content-button {  
    display: none;  
}
#comments-section {
    display: none;
}
.labels-content {
    display: none;
}
#breadcrumbs > li:nth-child(-n+2) {
	display:none;
}
#breadcrumbs li::before:second-child {
	display: none;
}
.watchingmacro {
    margin-left: 20px;
}
.bodydiv_links {
     margin: 0px auto;
     width: 50%;
     font-size:16px;
}

/* End custom styles for Confluence */


