#Article_CSS{
    font-size: 16px;
    padding: 16px 0px;
}
#Article_CSS [data-slate-editor] h1:first-child{
    margin-top: 0px;
}
#Article_CSS [data-slate-editor] h2:first-child{
    margin-top: 0px;
}
#Article_CSS [data-slate-editor] h3:first-child{
    margin-top: 0px;
}
#Article_CSS [data-slate-editor] h4:first-child{
    margin-top: 0px;
}
#Article_CSS [data-slate-editor] h5:first-child{
    margin-top: 0px;
}

#Article_CSS code, kbd, samp{
    font-family: auto;
}
#Article_CSS h1,h2,h3,h4,h5{
    color: #222328;
    font-weight: bold !important;
}
#Article_CSS h1{
    font-size: 1.8em;
    margin: 0.8em 0 0.6em 0;
}
#Article_CSS h2{
    font-size: 1.6em;
    margin: 0.8em 0 0.6em 0;
}
#Article_CSS h3{
    font-size: 1.45em;
    margin: 0.85em 0 0.6em 0;
}
#Article_CSS h4{
    font-size: 1.3em;
    margin: 0.9em 0 0.6em 0;
}
#Article_CSS h5{
    font-size: 1.15em;
    margin: 1em 0 0.6em 0;
}
#Article_CSS p{
    font-size: 1em;
    margin:0 0  0.8em 0;
    color: #393939;
    line-height: 1.6em;
}

#Article_CSS blockquote{
    border-left:6px solid #d8d9dc;
    background: #F4F5F6;
    color: #595959;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0.85em;
    padding: 15px;
}

#Article_CSS strong{
    font-family: auto;
}

#Article_CSS table{
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse !important;
}
.Article_CSS_Doc table{
    margin-bottom: 0.82em;
}
#Article_CSS table td, #Article_CSS table th{
    padding: 6px 10px;
    color: #3b454e;
    font-family: auto;
    border: 1px solid #E0E5E9;
}
#Article_CSS table th{
    background: #F4F6F8;
}

.Article_CSS_Doc ul{
    list-style-type:initial !important;
    padding-left: 20px !important;
}
.Article_CSS_Doc ol{
    list-style-type:decimal !important;
    padding-left: 20px !important;
}
.Article_CSS_Doc li{
    line-height: 2em;
}

#Article_CSS .w-e-text-container [data-slate-editor]>div{
    line-height: 1.6;
}

#Article_CSS p code{
    padding: 4px 7px !important;
    background: #F1F2F2 !important;
}
#Article_CSS pre{
    border-radius: 6px !important;
    font-size: 14px !important;
}
.Article_CSS_Doc pre{
    background: #F5F2F0;
    padding: 15px;
}

.Article_CSS_Doc .code-toolbar .toolbar{
    margin-right: 6px;
}
.Article_CSS_Doc .token.operator{
    background: initial !important;
}

#Article_CSS .w-e-text-container [data-slate-editor] pre>code{
    border: none;
}

#Article_CSS .w-e-textarea-divider{
    padding-left: 0px;
    padding-right: 0px;
    margin: 10px 0px;
}
#Article_CSS .w-e-textarea-divider hr{
    height: 2px;
    background: #E7EaEf;
}
.Article_CSS_Doc hr{
    height: 2px;
    background: #E7EaEf;
    margin: 30px 0px;
}

#Article_CSS a{
    color: #117cee;
    text-decoration: none;
}
#Article_CSS a:hover{
    color: #0073ee;
    text-decoration:underline;
    background: #DEEDFC;
}
.Article_CSS_Doc a:hover{
    background: initial !important;
}

#Article_CSS img{
    border-radius: 6px;
}