/*
  File:              mytz0-dx-html-editor-content.css
  Author:            Rodrigo Butzke - AmokSys
  Version:           1.1.0
*/

.dx-htmleditor-content > table{
    width:100%!important;
    table-layout:auto;
}

.dx-htmleditor-content img{
    max-width:100%;
    height:auto;
}

.dx-htmleditor-content ul li::before{
    content: "•";
}

.dx-htmleditor-content ol li::before,
.dx-htmleditor-content ul li::before{
    display: inline-block;
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em;
}