a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

.text-editor-box {
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
}

.text-editor-box em {
    font-style: italic;
}

.text-editor-box strong {
    font-weight: bolder;
}

.text-editor-box p {
    min-height: 16px;
}

.text-editor-box hr {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.text-editor-box ul, .text-editor-box ol {
    margin: 8px 0 16px 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.text-editor-box ul li, .text-editor-box ol li {
    display: list-item;
}

.text-editor-box ol {
    list-style-type: decimal;
}

.text-editor-box ol li {
    counter-reset: a;
    display: list-item;
}

.text-editor-box ul li {
    list-style-type: disc;
}

.text-editor-box h1, .text-editor-box h2, .text-editor-box h3, .text-editor-box h4, .text-editor-box h5, .text-editor-box h6 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: 500;
}

.text-editor-box h1 {
    font-size: 28px;
}

.text-editor-box h2 {
    font-size: 24px;
}

.text-editor-box h3 {
    font-size: 20px;
}

.text-editor-box h4 {
    font-size: 16px;
}

.text-editor-box h5 {
    font-size: 14px;
}

.text-editor-box h6 {
    font-size: 12px;
}

.text-editor-box blockquote {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background-color: #f1f2f3;
    border-left: solid 5px #ccc;
    color: #666;
    font-style: italic;
}

.text-editor-box pre {
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0;
    padding: 15px;
    overflow: auto;
    background-color: #f1f2f3;
    border-radius: 3px;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.text-editor-box pre pre {
    margin: 0;
    padding: 0;
}

.text-editor-box table{
    width: 100%;
}
.text-editor-box table tr td{
    border: 1px solid #c5c5c5;
    padding: 10px 15px;
    text-align: left;
}
