/*
for web site use css reset , and want to display ckeditor btn func link b,i.......
editor content need wapper .editor_content
*/
.editor_content{
padding:0;
margin:0;
}
.editor_content b, .editor_content strong{
   font-weight: bold!important;
}

.editor_content i,.editor_content em{
    font-style: italic!important;
}

.editor_content sub{
    vertical-align:sub!important;
}

.editor_content sup{
    vertical-align:super!important;
}

.editor_content ul{
    list-style: disc outside none!important;
    padding-left: 40px!important;
     line-height: inherit!important;
}

.editor_content ol{
    list-style: decimal outside none!important;
    padding-left: 40px!important;
    line-height: inherit!important;
}
