.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%;}

.editor-content h1, .editor-content h1 span {font-size: 20px; background: none !important;}
.editor-content h2, .editor-content h2 span {font-size: 15px; background: none !important;}
.editor-content h3, .editor-content h3 span {font-size: 1.17em; background: none !important;}
.editor-content h4, .editor-content h4 span {font-size: 1em; background: none !important;}
.editor-content h5, .editor-content h5 span {font-size: .83em; background: none !important;}
.editor-content h6, .editor-content h6 span {font-size: .75em; background: none !important;}


/* ссылка */
.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 ul{list-style: disc;}
.editor-content ol{list-style: decimal;}
.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;} 


div.short-description strong, div.short-description strong span, .editor-content strong, .editor-content strong span, div.short-description b, div.short-description b span, .editor-content b, .editor-content b span {font-weight: bold;}

