
.wiki-content, #splitter-sidebar a {
    font-family: Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.wiki-content {
    font-size: 1.2em;
}

.wiki-content .toc-macro {
    font-size: 1em;
}

#splitter-sidebar a {
    font-size: 1.1em;
}

.syntaxhighlighter textarea {
    font-size: 1.2em!important;
}

.wiki-content h1 { 
    font-size: 2.25em;
    line-height: 1.2;
    /* border-bottom: 1px solid #eee; */
    font-weight: bold;
    color: #333333;
}

.wiki-content h2 {
    font-size: 1.75em;
    line-height: 1.225;
    /* border-bottom: 1px solid #eee; */
    font-weight: bold;
    padding-bottom: 0.3em;
    color: #333333;
}

.wiki-content h3 {
    font-size: 1.3em;
    line-height: 1.43;
    font-weight: bold;
    color: #333333;
}

.wiki-content h4 {
    font-size: 1.15em;
    line-height: 1.43;
    font-weight: bold;
    font-style: italic;
    color: #333333;
}

.wiki-content p code {
    font-family: "Courier New", monospace;
    font-size: 0.9em;
}

.wiki-content pre code {
    word-wrap: normal;
    font-family: "Courier New", monospace;
    margin: 1em 0px;
}

.wiki-content pre {
    background-color: #eeeeee;
    border: 1px solid #cccccc;

    -webkit-border-radius: 5px;
    border-radius: 5px;

    padding: 0.5em 1em;
    margin: 0px 0px;

    font-family: "Courier New", monospace;
    font-size: 0.9em;
}

.wiki-content li {
    line-height: 1.42857143;
}

#main-header #title-text a {
    color: #0049b0;
    font-weight: bold;
}
#content-title{
    color: #0049b0;
    font-weight: bold;
}


