@charset "utf-8";
/* CSS Document */

body#md {
    max-width: 960px;
    font-family: sans-serif;
}

/* no numbering of headings */
.md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; }


.md .longTOC {
    display: none;
}



.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;
}

.md table.table td{
        padding:3px 6px 3px 6px;
}
.md table.table th{
        padding:6px 8px 6px 8px;
}

.md a,
.md div.title, contents, .md .tocHeader,
.md h1, .md h2, .md h3, .md h4, .md h5, .md h6,
.md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6,
.md .shortTOC, .md .mediumTOC, .md .longTOC {
    font-family: inherit;
}

/****** Footer ******/
#footer-links{
        text-align:center;
}

#left-footer {
  font-size: 9px;
  text-align: left;
  padding-top: 80px;
  color: #999;
  z-index: 1;
}

.alert-danger {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
}

/****** 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;
}

pre.listing.backtick {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  border-radius: 3px;
}
