li {
    list-style:inherit;
}
.UEditorTable {
          width: 100%;
         margin-bottom: 10px;
     }
table td, table th {
    padding: 3px 18px !important;
}
pre {
    font-family: Roboto-Medium, Roboto !important;
}
iframe {
    max-width:  100%;
}

table td, table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
    word-break: break-word !important;
    word-wrap: break-word;
    white-space: normal;
}
table  {
    width:100%;
}