/*.full_text_news ul{
    margin: 0;
}

.example {
    display: inline-block;
    width:100px;
    height: 100px;
    border: 2px solid red; 
    color: red;
    padding: 20px; 
}

body {
    font: normal 16px/18px 'Arial Narrow', sans-serif;
    color: #333;
    cursor: default;
}*/

body[contenteditable="true"] b {
    font-weight: 800;
}

body[contenteditable="true"] p {
    margin: 0 0 15px;
}

body[contenteditable="true"] ul li {
    list-style-type: disc;
}