/home/arranoyd/magicraft/wp-content/themes/massive-dynamic/lib/shortcodes/md_live_text/style.css
.live-text-container{
     overflow-wrap: break-word;
}

.md-live-text{
    display: flex;
}

.md-live-text-new.md-live-text{
     color: #3D3D3D;
     font-size:18px;
}

.md-live-text.md-align-left{
     justify-content: flex-start;
}

.md-live-text.md-align-center{
     justify-content: center;
}

.md-live-text.md-align-right{
     justify-content: flex-end;
}

.md-live-text .gizmo-container{
     display: inline-flex;
}

.md-live-text .meditor.inline-md-editor a,
.md-live-text .meditor.inline-md-editor blockquote{
     color: inherit;
     font-family: inherit;
     font-weight: inherit;
     font-style: inherit;
     font-size: inherit;
     line-height: inherit;
     letter-spacing: inherit;
 }

.md-live-text .inline-md-editor blockquote{
     background: none;
     text-align: inherit;
}

.md-live-text ul{
     padding-left: 40px;
}
.md-live-text div.gizmo-container blockquote{
     padding: 0;
     margin: 0 0 0 40px;
     border:none;
}

.md-live-text-new .live-text-container{
    width: 100%;
}