.iisnewsfeedpin_publish{
    background: url("../images/ic_gear_wheel.svg") no-repeat;
    width: 21px;
    height: 21px;
    position: relative;
    float: right;
    margin-right: auto;
    background-size: contain;
    padding-right: 5px;
}

.iisnewsfeedpin_unpublish{
    background: url("../images/ic_delete.svg") no-repeat;
    width: 21px;
    height: 21px;
    position: relative;
    float: right;
    margin-right: auto;
    background-size: contain;
}

.iisnewsfeedpin_published_class div.ow_newsfeed_body {
    background: #fdfdfd;
}
.cd-stretchy-nav.edit-content ul a.remove::after, .cd-stretchy-nav.edit-content ul a.iisnewsfeedpin_add_publish::after {
    right: 7px;
    background-image: url(../images/white_pin.svg) !important;
}

.cd-stretchy-nav.edit-content ul a.remove::after, .cd-stretchy-nav.edit-content ul a.iisnewsfeedpin_remove_publish::after {
    right: 7px;
    background-image: url(../images/white_unpin.svg) !important;
}

.ow_newsfeed_context_menu .ow_context_action,
.ow_newsfeed_context_menu .ow_context_action:hover{
    background-color: transparent !important;
}

.ow_newsfeed_context_menu_wrap .cd-stretchy-nav.edit-content {
    min-width: 120px;
}
.category_section {
     float: left;
}
.category_section:lang(en) {
    float: right;
    margin: 0px 11px 0px 0px;
}
.iisnewsfeedpin_published_class .iisnewsfeedpin_published_icon {
    background-image: url(../images/default_pin.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}