/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


/* more */

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.markdown-code-block {
    background-color: #efefef;
    padding: 10px;
    margin: 10px 0 30px 0;
    color: darkblue;
    font-size: 11px;
}

.markdown-code-block h1 {
    font-size: 17px;
}
.markdown-code-block h2 {
    font-size: 16px;
}
.markdown-code-block h3 {
    font-size: 15px;
}
.markdown-code-block code {
    font-size: 12px;
    color: #00ff00;

}
.markdown-code-block pre {

    background-color: #000000;
    padding: 8px;
}
.screenshot {
    border: solid 1px #333333;
    margin: 10px 0 30px 0;
}




