/* Markdown-flav Editor */
.flav .breadcrumb
{
    background-color: transparent;
}


#out h1 {
    font-size: 28px;
}
.editor-markdown-flav .CodeMirror {

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.editor-markdown-flav .CodeMirror-scroll {
    padding: 30px;
    box-sizing: border-box;
}

.editor-markdown-flav #menu {
    display: none;
    position: fixed;
    background-color: #111;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 150px;
    margin-top: -75px;
    margin-left: -125px;
    z-index: 99999;
    text-align: center;
    color: white;
}

.editor-markdown-flav #menu > span {
    display: block;
    font-size: 1.5em;
    line-height: 1.3;
    margin-top: 0.25em;
}

.editor-markdown-flav #menu > div {
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.7;
}

.editor-markdown-flav #menu > div:hover {
    opacity: 1;
}

.editor-markdown-flav #menu svg {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: block;
}
.editor-markdown-flav #menu path {
    fill: #fff;
}

.editor-markdown-flav #close-menu {
    position: absolute;
    top: 5px;
    right: 9px;
    color: white;
    cursor: pointer;
}

.editor-markdown-flav .emoji {
    width: 1em;
    height: 1em;
    vertical-align: baseline;
}
.editor-markdown-flav .cm-header-1 { font-size: 28px; }
.editor-markdown-flav .cm-header-2 { font-size: 1.75em; }
.editor-markdown-flav .cm-header-3 { font-size: 1.5em; }
.editor-markdown-flav .cm-header-4 { font-size: 1.3em; }
.editor-markdown-flav .cm-header-5 { font-size: 1.2em; }
.editor-markdown-flav .cm-header-6 { font-size: 1.15em; }

.editor-markdown-flav .cm-quote { color: #90a959; font-style: italic; }

.editor-markdown-flav .view #in {
    display: none;
}
.editor-markdown-flav .view #out {
    left: 0;
    padding-left: 10px;
}
.editor-markdown-flav pre, .editor-markdown-flav code{
    color: #000;
    font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 0.94em; /* 0.94 = 0.88 + (1.00 - 0.88) / 2 */
    border-radius:3px;
    background-color: #F8F8F8;
border: 1px solid #CCC;
}
.editor-markdown-flav a{ color: #0645ad; text-decoration:none;}
.editor-markdown-flav a:visited{ color: #0b0080; }
.editor-markdown-flav a:hover{ color: #06e; }
.editor-markdown-flav a:active{ color:#faa700; }
.editor-markdown-flav a:focus{ outline: thin dotted; }
.editor-markdown-flav a:hover, a:active{ outline: 0; }
