.right.floated {
    float: right;
}

.reply .tox .tox-editor-header {
    z-index: 0;
}

.top.right.dropdown {
    position: absolute;
    top: 12px;
    right: 12px;
}

.footer {
    margin-top: 12px;
}

img.emoji {
    height: 1.25em;
    width: 1.25em;
}

.medium-zoom-image--opened {
    z-index: 2;
}

img {
    max-width: 100%;
}

.article {
    word-break: break-word;
}

.editor .bytemd {
    height: calc(100vh - 530px);
}

.editor .bytemd-fullscreen.bytemd {
    z-index: 999;
}

.segment .markdown-body blockquote {
    margin: 0;
}

.ui.comments .comment .author a {
    color: rgba(0,0,0,.87);
}

.ui.comments .comment .author .admin {
    color: #FB7299;
}

/* for block of numbers */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px;

    /* your custom style here */
}

/* for block of code */
.hljs-ln-code {
    padding-left: 10px;
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    min-height: 100vh;
}

#app[data-font-size='12'] .ui.segment .article.content {
    font-size: 12px;
}

#app[data-font-size='14'] .ui.segment .article.content {
    font-size: 14px;
}

#app[data-font-size='16'] .ui.segment .article.content {
    font-size: 16px;
}

#app[data-font-size='18'] .ui.segment .article.content {
    font-size: 18px;
}

#app[data-font-size='20'] .ui.segment .article.content {
    font-size: 20px;
}

#app[data-font-size='22'] .ui.segment .article.content {
    font-size: 22px;
}

#main {
    margin-bottom: 12px;
    min-height: calc(100vh - 180px);
}

#main.inverted {
    margin-bottom: 12px;
    min-height: calc(100vh - 178px);
}

#main.fluid {
    padding-left: 24px;
    padding-right: 24px;
}

.ui.items>.item>.content>.link {
    color: rgba(0,0,0,.85);
}

.hide {
    display: none;
}

.mce-toc.rail0>ul, .mce-toc.rail1>ul, .mce-toc.rail2>ul {
    overflow: auto;
    max-height: 750px;
}

.mce-toc.rail0 {
    position: fixed;
    top: 150px;
    left: 20px;
}

.mce-toc.rail1 {
    position: fixed;
    top: 150px;
    left: 50px;
}

.mce-toc.rail2 {
    position: fixed;
    top: 150px;
    left: 100px;
}

@media only screen and (max-height: 1080px) {
    .mce-toc.rail0>ul, .mce-toc.rail1>ul, .mce-toc.rail2>ul {
        max-height: 600px;
    }
}

@media only screen and (max-height: 860px) {
    .mce-toc.rail0>ul, .mce-toc.rail1>ul, .mce-toc.rail2>ul {
        max-height: 400px;
    }
}

#main.fluid .mce-toc {
    position: relative;
    left: auto;
}

.el-select--medium {
    min-width: 300px;
}

/*.inverted {*/
/*  background: #1b1c1d;*/
/*  color: rgba(255,255,255,.9);*/
/*}*/
