@charset "utf-8";
/* CSS Document */

.samgee .display-post-edit .icon-reportbin, .samgee .display-post-edit .icon-editpen, .samgee .display-post-edit .icon-mute, .samgee .display-post-edit .icon-unmute {
    display: block;
    float: left;
    height: 16px;
    margin-top: 5px;
    width: 16px;
}

.samgee .display-post-edit .icon-mute {
    background-position: -32px 0px;
}

.samgee .display-post-edit .icon-mute:hover {
    background-position: -32px -16px;
}

.samgee .display-post-edit .icon-unmute {
    background-position: -48px 0px;
}

.samgee .display-post-edit .icon-unmute:hover {
    background-position: -48px -16px;
}

/* mute n unmute comment */
.mute-comment-toggle-bordertop {border-top: 1px solid #555278; position: relative; height: 30px;}

.mute-comment-toggle {background-color: #343250; padding: 5px; font-size: 13px; position: absolute; right: 0; border-right: 1px solid #555278; border-left: 1px solid #555278; border-bottom: 1px solid #555278; color:#717085;}

.mute-comment-toggle:hover {background-color:#3e3e52; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}

.samgee .display-post-wrapper.mute-comment {
	opacity: 0.5;
}
.samgee .mute-comment .display-post-story {
	color: #E5C700;
}