@charset "utf-8";
/* CSS Document */

body{
        max-width:960px;
        font-family:Arial, Helvetica, sans-serif;
}
.md a:link{
	color:#185baa;
}
.md a:visited{
        color: #551A8B;
}
h2,h3,h4,h5,h6{
        color:#333333;
        border-bottom: 2px solid #333333;
}
h1::before,h2::before, h3::before, h4::before, h5::before, h6::before{
        content:none;
        counter-increment:none;
}
h1{
        font-size:1.4em;
}
h2{
        font-size:1.2em;
}
h3{
        font-size:1em;
        border-bottom:none;
}
img{
        padding:15px;
}

div.image{
        text-align: center;
}
.longTOC, .mediumTOC{
        display:none;
}
.md table.table td{
        padding:3px 6px 3px 6px;
}
.md table.table th{
        padding:6px 8px 6px 8px;

}
/****** Footer ******/
#footer-links{
        text-align:center;
}

/****** Fix Keyword Coloring ******/
.hljs-class .hljs-title, .smalltalk .hljs-class, .hljs-type, .hljs-typename, .hljs-tag .hljs-attribute, .hljs-doctype, .hljs-class .hljs-id, .hljs-built_in, .setting, .hljs-params, .clojure .hljs-attribute, .hljs-keyword, .hljs-literal, .nginx .hljs-title, .hljs-sub .hljs-identifier, .hljs-pi, .hljs-tag, .hljs-tag .hljs-keyword, .hljs-decorator, .ini .hljs-title, .hljs-shebang, .hljs-prompt, .hljs-hexcolor, .hljs-rule .hljs-value, .hljs-symbol, .hljs-symbol .hljs-string, .hljs-number, .css .hljs-function, .hljs-function .hljs-title, .coffeescript .hljs-attribute, .hljs-string, .hljs-comment{
        color: #222222;
}
