/* pandao overrides */
b {
    font-weight: bold;
}

.markdown-body table {
    display: table !important;
}

.editormd-html-preview
{
    font-size: 17px;
}

.editormd-html-preview textarea
{
    display: initial;
}

.editormd-preview-container ol.linenums li code, .editormd-html-preview ol.linenums li code {
    font-family: monospace;
    margin-left: 5px;
}


.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li {
    background: #2c2c2c;
}

.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint {
    background: #2c2c2c;
}

.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums
{
    background: #4a4a4a;
    color: #aaa;
}


.editormd-preview .pln, .editormd-html-preview .pln {
    color: white !important;
}

.editormd-preview .kwd, .editormd-html-preview .kwd {
    color: #ffb14a !important;
}

.editormd-preview .tag, .editormd-html-preview .tag {
    color: #9ddfe9 !important;
}

.editormd-preview .atn, .editormd-html-preview .atn {
    color: #7fed73 !important;
}

.editormd-preview .atv, .editormd-html-preview .atv {
    color: #fe6b6b !important
}

.editormd-preview .com, .editormd-html-preview .com {
    color: #b0b0b0 !important;
}

.editormd-preview .pun, .editormd-html-preview .pun {
    color: white !important;
}

.editormd-preview .typ, .editormd-html-preview .typ {
    color: #f7f !important;
}

.editormd-preview .lit, .editormd-html-preview .lit {
    color: #88f6f6 !important;
}

.editormd-preview .str, .editormd-html-preview .str {
    color: #62dd62 !important;
}