.editor-preview{
    color: #000000;
}
/*.editor-preview iframe{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border: none;*/
/*}*/


.editor-preview table {
    border-collapse: collapse;
}
.editor-preview table th {
    background-color: #1962a7;
    color: white;
    width: 100px;
}
.editor-preview table th,
.editor-preview table td {
    border: 1px solid #ccc;
    padding: .4rem;
}
.editor-preview tr:nth-child(even) {
    background: #fafafa;
}
.editor-preview tr:hover {
    background-color: #eaeaea;
}
.editor-preview h1,
.editor-preview h2,
.editor-preview h3,
.editor-preview h4,
.editor-preview h5,
.editor-preview h6,
.editor-preview strong,
.editor-preview b {
    font-weight: 600;
}
.editor-preview h1 {
    font-size: 2rem;
}
.editor-preview h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
.editor-preview h1 + h2 + h3 {
    margin-top: 1.5rem;
}
.editor-preview h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
.editor-preview h4 {
    font-size: 1.15rem;
}
.editor-preview h5 {
    font-size: 0.95rem;
}
.editor-preview h6 {
    font-size: 0.85rem;
}
.editor-preview a:hover {
    text-decoration: none;
}
.editor-preview  p{
    color: #000000;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}
.editor-preview  ol{

}
.editor-preview  ol li{
    margin: 10px 30px;
}
.editor-preview  ul{
    margin-left: 26px;

}
.editor-preview  ul li{
    line-height: inherit;
    list-style-type: initial;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

