.editor-content { text-align:left; line-height:120%; }
/* заголовки */

.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
margin:0px; margin-top:0.5em; margin-bottom:0.5em; padding:0px; line-height:130%;}

.editor-content h1 {font-size: 2em; font-weight:normal}
.editor-content h2 {font-size: 1.5em; font-weight:normal}
.editor-content h3 {font-size: 1.17em; font-weight:normal}
.editor-content h4 {font-size: 1em; font-weight:normal}
.editor-content h5 {font-size: .83em}
.editor-content h6 {font-size: .75em}


/* ссылка */
.editor-content a { color: blue; text-decoration: underline; }

/* абзац */
.editor-content p {margin:0px; padding:0px; margin-bottom:0.7em; margin-top:0.7em;}

/* списки */
.editor-content ul, .editor-content ol { margin:0px; margin-top:18px; padding:0px; padding-left:25px;}
.editor-content ol {margin-left:10px;}
.editor-content li { margin:0px; padding:0px;}

/* таблица */
.editor-content table { width:auto; }
.editor-content td {font-weight: normal;}

/* изображения */
.editor-content img{padding:5px}
