:root:root .redactor-styles del{
    text-decoration:line-through
}
:root:root .redactor-styles ins{
    border-bottom:1px dotted rgba(0,0,0,.5);
    text-decoration:none
}
:root:root .redactor-styles mark{
    font-family:inherit;
    font-size:1em!important;
    background-color:#fdffad
}
:root:root .redactor-dropdown-item-deleted span{
    text-decoration:line-through
}
:root:root .redactor-dropdown-item-inserted span{
    margin-left:4px;
    padding:0;
    border-bottom:1px dotted rgba(0,0,0,.5);
    border-radius:0
}
:root:root .redactor-dropdown-item-inserted:hover span{
    border-color:#fff
}
:root:root .redactor-dropdown-item-marked span{
    background-color:#fdffad;
    color:#000;
    text-decoration:none
}
:root:root .redactor-dropdown-item-quote span,:root:root .redactor-styles q{
    quotes:"\AB\A0" "\A0\BB";
    quotes:"\201E" "\201C" "\201A" "\2018";
    quotes:"\201C" "\201D" "\2018" "\2019"
}
:root:root .redactor-styles cite,:root:root .redactor-styles q,:root:root .redactor-styles q:after,:root:root .redactor-styles q:before{
    font-style:italic;
    color:rgba(0,0,0,.5)
}
:root:root .redactor-styles q:before{
    content:open-quote
}
:root:root .redactor-styles q:after{
    content:close-quote
}
:root:root .redactor-dropdown-item-quote span,:root:root .redactor-dropdown-item-quote span:after,:root:root .redactor-dropdown-item-quote span:before,:root:root .redactor-dropdown-item-sourceCitation span{
    position:relative;
    font-style:italic;
    color:rgba(0,0,0,.5)
}
:root:root .redactor-dropdown-item-quote span:after,:root:root .redactor-dropdown-item-quote span:before{
    position:absolute;
    top:0
}
:root:root .redactor-dropdown-item-quote span:before{
    content:open-quote;
    left:-.2em
}