﻿.markdown-container * {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: inherit;
    column-span: inherit;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inherit;
    empty-cells: show;
    float: none;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: inherit;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: inherit;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019'; /* May need to alter quotes for different locales (e.g fr) */
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0;
    transition-duration: 0;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: inherit;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}

.markdown-container,
.redactor-editor {
    font-family: 'Trirong', sans-serif !important;
    color: black;
    letter-spacing: 0.04em;
}

    .markdown-container h1,
    .markdown-container h2,
    .markdown-container h3,
    .markdown-container h4,
    .markdown-container h5,
    .markdown-container h6,
    .redactor-editor h1,
    .redactor-editor h2,
    .redactor-editor h3,
    .redactor-editor h4,
    .redactor-editor h5,
    .redactor-editor h6 {
        font-weight: 600;
        line-height: 1.1;
        color: inherit;
        display: block;
    }

    .markdown-container h1,
    .markdown-container h2,
    .markdown-container h3,
    .redactor-editor h1,
    .redactor-editor h2,
    .redactor-editor h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .markdown-container h1,
    .redactor-editor h1 {
        margin: 15px 0;
        margin-top: 25px;
        font-size: 1.5em;
    }

    .markdown-container h2,
    .redactor-editor h2 {
        font-weight: normal;
        margin: 15px 0;
        font-size: 1.2em;
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }

    .markdown-container h3,
    .redactor-editor h3 {
        font-size: 1.25em;
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }

    .markdown-container h4,
    .redactor-editor h4 {
        font-size: 1.15em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .markdown-container h5,
    .redactor-editor h5 {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .markdown-container h6,
    .redactor-editor h6 {
        font-size: 1.05em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .markdown-container blockquote,
    .redactor-editor blockquote {
        color: inherit;
        display: block;
        padding: 10px 20px;
        margin: 20px 0 20px 0 !important;
        font-size: 1em;
        border-left: 2px solid #000000;
        page-break-inside: avoid;
        font-style: normal;
        line-height: normal;
    }

        .markdown-container blockquote p,
        .redactor-editor blockquote p {
            font-size: inherit;
            text-indent: inherit;
            color: inherit;
            font-style: inherit;
            line-height: normal;
        }

            .markdown-container blockquote p:last-child,
            .markdown-container blockquote ul:last-child,
            .markdown-container blockquote ol:last-child,
            .redactor-editor blockquote p:last-child,
            .redactor-editor blockquote ul:last-child,
            .redactor-editor blockquote ol:last-child {
                margin-bottom: 0;
            }

    .markdown-container hr,
    .redactor-editor hr {
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .markdown-container p,
    .redactor-editor p {
        text-indent: 0;
        display: block;
        margin: 0 0 10px;
        orphans: 3;
        widows: 3;
        font-size: 1em;
        font-style: inherit;
        line-height: normal;
    }

    .markdown-container b,
    .markdown-container strong,
    .redactor-editor b,
    .redactor-editor strong {
        font-size: inherit;
        font-weight: bold;
        text-indent: inherit;
        display: inline;
        font-style: inherit;
        line-height: inherit;
    }

    .markdown-container em,
    .redactor-editor em {
        font-size: inherit;
        font-style: italic;
        font-weight: inherit;
        text-indent: inherit;
        display: inline;
        line-height: inherit;
    }

    .redactor-editor p img {
        max-width: 100%;
        max-height: none;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        margin: 20px auto !important;
    }

    .markdown-container figure {
        margin-bottom: 20px;
        margin-top: 20px;
        display: block;
        text-align: center;
        padding-left: 0;
    }

        .markdown-container figure div {
            display: inline-block;
            text-align: inherit;
            max-width: 100%;
        }

            .markdown-container figure div img {
                max-width: 100%;
                max-height: none;
                height: auto;
                display: inline-block;
                margin: 0 !important;
            }

            .markdown-container figure div figcaption {
                display: block;
                text-align: center;
                margin-top: 6px;
                font-size: 0.8em;
                color: gray;
                line-height: normal;
            }

    .markdown-container a,
    .redactor-editor a {
        font-size: inherit;
        text-indent: inherit;
        color: #1eabf2;
        text-decoration: underline;
        display: inline;
        word-wrap: break-word;
    }

        .markdown-container a:hover,
        .redactor-editor a:hover {
            color: #255bbd;
            text-decoration: underline;
        }

    .markdown-container header > div,
    .redactor-editor header > div {
        margin-bottom: 25px;
    }

        .markdown-container header > div > h1,
        .redactor-editor header > div > h1 {
            font-size: 2.2em;
            line-height: 1.3em;
            margin-bottom: 10px;
        }

        .markdown-container header > div > h2,
        .redactor-editor header > div > h2 {
            font-size: 1.8em;
            margin-bottom: 10px;
            line-height: 1.3em;
            font-weight: normal;
        }

    .markdown-container header > h4,
    .redactor-editor header > h4 {
        font-weight: bold;
        font-size: 1.1em;
    }

    .markdown-container iframe,
    .redactor-editor iframe {
        display: block;
        max-width: 640px;
        width: 100%;
        height: 360px;
        border: none;
        margin: 20px auto;
    }

    .markdown-container ol,
    .redactor-editor ol {
        padding-left: 20px;
        display: block;
        list-style-type: decimal;
    }

        .markdown-container ol li,
        .redactor-editor ol li {
            display: list-item;
            list-style-type: inherit !important;
            font-size: 14px;
            line-height: normal;
        }

    .markdown-container ul,
    .redactor-editor ul {
        padding-left: 20px;
        display: block;
        list-style-type: disc;
    }

        .markdown-container ul li,
        .redactor-editor ul li {
            display: list-item;
            list-style-type: inherit !important;
            font-size: 14px;
            line-height: normal;
        }

@media (min-width: 768px) {

    .markdown-container h1,
    .redactor-editor h1 {
        font-size: 2em;
    }

    .markdown-container h2,
    .redactor-editor h2 {
        font-size: 1.6em;
    }

    .markdown-container h3,
    .redactor-editor h3 {
        font-size: 1.55em;
    }

    .markdown-container h4,
    .redactor-editor h4 {
        font-size: 1.5em;
    }

    .markdown-container h5,
    .redactor-editor h5 {
        font-size: 1.4em;
    }

    .markdown-container h6,
    .redactor-editor h6 {
        font-size: 1.3em;
    }

    .markdown-container blockquote,
    .redactor-editor blockquote {
        font-size: 1.2em;
    }

    .markdown-container p,
    .redactor-editor p {
        font-size: 1.2em;
    }

    .markdown-container ol li,
    .redactor-editor ol li {
        font-size: 16.8px;
    }

    .markdown-container ul li,
    .redactor-editor ul li {
        font-size: 16.8px;
    }

    .markdown-container header > div > h1,
    .redactor-editor header > div > h1 {
        font-size: 3em;
    }

    .markdown-container header > div > h2,
    .redactor-editor header > div > h2 {
        font-size: 2.32em;
    }

    .markdown-container header > h4,
    .redactor-editor header > h4 {
        font-size: 1.5em;
    }

    .markdown-container figure div figcaption {
        font-size: 1em;
    }
}
