
.checklist-toc ul {
    list-style-type: none;
}

.checklist-toc li:before {
    content: "\2611";
}


/* special color settings which do not work via color schema */
.plugin_pagetree_current a {
    color:#647A33 !important;
}
.acs-tree-item, .acs-side-bar a, .acs-side-bar td a {
    color:#647A33;
}
.acs-tree-item, .acs-side-bar a, .acs-side-bar td a {
    color:#647A33 !important;
}
.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active{
    color:#647A33 !important;
}
.expand-control .expand-control-text{
    color:#647A33 !important;
}

span.mgnl-aui-button a, span.mgnl-aui-button a:link, span.mgnl-aui-button a:visited, span.mgnl-aui-button a:focus, span.mgnl-aui-button a:active{
    color: #333 !important;
}
/* eof: special color settings */


/* Code blocks */
#com-atlassian-confluence .wiki-content tt,
#com-atlassian-confluence .wiki-content code,
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-family: monospace !important;
}


/* Gray background for monospace text */
code, a[href*="javadoc.magnolia-cms.com"], a[href*="vaadin.com/api"] , a[href*="day.com/specs/jsr170/javadocs"], a[href*="docs.adobe.com/docs/en/spec/jsr170/javadocs"], span.mgnl-javadoc-resource {
    background-color: #eee;
    -moz-border-radius: 5px;    /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 5px; /* Safari 4-, Chrome 3- */
    border-radius: 5px;
    padding: 2px 5px;
    font-family: monospace;
}


