@font-face {
    font-family: ArialRoundedMTProCyr; /* Гарнитура шрифта */
    src: url(/fonts/ArialRoundedMTProCyr.otf); /* Путь к файлу со шрифтом */
}
   
   
.sun-editor-editable {
    max-width: 480px;
    font-family: Helvetica Neue, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    background-color: #fff;
    word-break: normal;
    word-wrap: break-word;
    padding: 16px;
    margin: 0 auto;
    text-shadow: 0 1px 0 #f3f3f3;
}

.sun-editor-editable h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.sun-editor-editable blockquote {
    display: block;
    font-family: inherit;
    font-size: inherit;
    color: #999;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-style: solid;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #b1b1b1;
    padding-left: 20px;
    padding-right: 5px;
    border-left-width: 5px;
    border-right-width: 0px;
}

.sun-editor-editable figure figcaption {
    padding: 1em .5em;
    margin: 0;
    background-color: #f9f9f9;
    outline: none;
}

.sun-editor-editable ul {
    list-style-position: inside;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sun-editor-editable a {
    color: #38c; 
    text-decoration: none;
	font-weight: 700;
}

{ display: block; }
 