.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 !important; margin-top:0.5em !important; margin-bottom:0.5em !important; padding:0px !important; line-height:130%; background: none !important; color: #696969 !important;}

.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}
.editor-content h4 {font-size: 1em}
.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 li { margin:0px; padding:0px;}

/* таблица */
.editor-content table { border-spacing: 0; border-collapse: collapse; width:auto; margin:0px; padding:0px;}
.editor-content td { text-align: left; font-weight: normal;} 

