/* estebbc_button_hide FA ================================================ */
html .redactor_toolbar li.redactor_btn_container_estebbc_hide_group a.redactor_btn_estebbc_hide_group {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.redactor_dropdown a.estebbc_button_hide
text-indent: 0px;
text-align: center;
background-image: none !important;
}
.redactor_dropdown a.estebbc_button_hide:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
color: @primaryDarker;
line-height: 24px;
}
html .redactor_toolbar li.redactor_btn_container_estebbc_hide_group a.redactor_btn_estebbc_hide_group::before {
content: "\f070";
}
.redactor_dropdown a.estebbc_button_hide:before {
content: "\f070";
}
.redactor_dropdown a.estebbc_button_likes:before {
content: "\f087";
}
.redactor_dropdown a.estebbc_button_groups:before {
content: "\f0c0";
}
.redactor_dropdown a.estebbc_button_users:before {
content: "\f007";
}
.redactor_dropdown a.estebbc_button_days:before {
content: "\f073";
}
.redactor_dropdown a.estebbc_button_posts:before {
content: "\f022";
}
.redactor_dropdown a.estebbc_button_trophies:before {
content: "\f091";
}
.redactor_dropdown a.estebbc_button_userids:before {
content: "\f234";
}
/* End estebbc_button_hide FA ================================================ */