body[contenteditable=true] .default_blocks img,
body[contenteditable=true] .default_blocks p,
body[contenteditable=true] .default_blocks div,
body[contenteditable=true] .default_blocks h3,
body[contenteditable=true] .default_blocks a{display:none;}

body[contenteditable=true] .default_blocks{
	background-color: #edf2f3 !important;

    border: 2px solid #9a9fa8 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: 21px !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 1px 3px -5px 3px !important;
    width: 110px !important;
	text-align:center;
    line-height: 18px !important;
	cursor:pointer;
}
body[contenteditable=true]{counter-reset: heading;}
body[contenteditable=true] .default_blocks{counter-reset: list 0;}
body[contenteditable=true] .default_blocks:before{
	text-align:center;
    counter-increment: heading;
    content: "Описание " counter(heading) ". ";
}
