.medium-editor-element {
    padding: 5px 20px;
}

.medium-editor-element i{
    font-style: italic!important;
}

.medium-editor-toolbar-form-active{
    background-color: white!important;
}

.medium-editor-anchor-preview {
    background-color: black!important;
}

.medium-editor-element li{
    list-style-type: decimal!important;
}

.medium-editor-element ul li{
    list-style-type: disc!important;
}

.medium-editor-element blockquote {
    font-style: normal!important;
}

.medium-editor-insert-plugin p {
    margin-top: -1em!important;
    margin-bottom: 1.5em!important;
}

.medium-editor-table-builder {
    display: none;
    position: absolute;
    left: 0;
    top: 101%;
}

.medium-editor-table-builder * {
    box-sizing: border-box;
}

.medium-editor-table-builder-grid {
    border: 1px solid #000;
    border-radius: 3px;
    height: 162px;
    overflow: hidden;
    width: 162px;
}

.medium-editor-table-builder-cell {
    background-color: #333;
    border: 1px solid #000;
    display: block;
    float: left;
    height: 16px;
    margin: 0;
    width: 16px;
}

.medium-editor-table-builder-cell.active {
    background-color: #ccc;
}

.medium-editor-table-builder-cell:hover {
    background-color: #ccc;
}

.medium-editor-table {
    border-collapse: collapse;
    resize: both;
    table-layout: fixed;
}

.medium-editor-table,
.medium-editor-table td {
    border: 1px dashed #e3e3e3;
}

