

@media print {
   .no-print {
      display: none;
   }
}

/*
nav.css-7c5c0 a.css-k5cxwk {
    display:none;
}
*/

/*enable print-only elements on confluence pages*/
.print-only 
{ display: none; } 
/*enable the disappear user-macro to toggle visibility*/
.hide 
{ display: none; } 


/*fix for blogpost-listing macro */
.blog-post-listing .endsection ul.label-list 
{ display: inline; padding-left: 0 !important; } 
a.blogHeading 
{ font-size: 18px !important; } 

.rssMacro 
{background: white;}

/*
.acs-nav-item.pinned_page .acs-nav-item-label 
{ color: #cf4336; }
*/

/*fix the display of a user hover box*/
div.ajs-content-hover > div.contents 
{width: 315px !important;}
.ajs-content-hover .actions .ajs-menu-bar, .ajs-content-hover .actions .ajs-menu-bar li, .ajs-content-hover .actions .ajs-menu-bar li a, .ajs-content-hover .actions .ajs-menu-bar .ajs-drop-down li a span 
{padding-left: 2px !important;}

/*increase margin-top between heading without content in between*/
 .wiki-content h1 + h2, .wiki-content h2 + h3, .wiki-content h3 + h4, .wiki-content h4 + h5, .wiki-content h5 + h6 {
    margin-top: 15px;
}

/*increase margin-top for h2,h3*/
.wiki-content h2, .wiki-content h3 {
    margin: 40px 0 0;
}

.floatright {
   float:right;
}

.contentLayout2 .columnLayout {
    margin-bottom: 4ex;
}
