.editor-toolbar {
    background-color: white;
}
.post-header {
    /*border-bottom: solid 1px;*/
}
.post-header-separator {
    border-bottom: solid 1px;
}

.editor-preview, .editor-preview-side {
    background: #333;
    color: #EEE;
}
.editor-preview pre, .editor-preview-side pre {
    background: #474949;
}

article {
    margin-bottom: 3rem;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

a.postanchor {
    display: block;
    position: relative;
    top: -3.5rem;
    visibility: hidden;
}

.sidebar-x {

}

.sidebar-sticky-x {
    position: sticky;
    top: 3.5rem;
}

img.auto-size {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}


img.auto-size-zoom {
    width: 100%;
    height: auto;
    max-height: 500px;
}