#taigachat_controls .taigachat_bbcode_color:before {
  content: "\f042";
  font-family: FontAwesome;
  font-size: 15px;
}
#taigachat_controls .taigachat_bbcode span.mce_bold:before {
    content: "\f032";
    font-family: FontAwesome;
    font-size: 15px;
}
#taigachat_controls .taigachat_bbcode span.mce_italic:before {
    content: "\f033";
    font-family: FontAwesome;
    font-size: 15px;
}
#taigachat_controls .taigachat_bbcode span.mce_strikethrough:before {
    content: "\f0cc";
    font-family: FontAwesome;
    font-size: 15px;
}
#taigachat_controls .taigachat_bbcode span.mce_image:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-size: 15px;
}
#taigachat_controls .taigachat_bbcode span.mce_link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 15px;
}
#taigachat_controls .taigachat_bbcode_smilie:before {
    content: "\f118";
    font-family: FontAwesome;
    font-size: 15px;
}
.taigachat_bbcode .mceIcon, .taigachat_bbcode_color, .taigachat_bbcode_smilie {
    background: none repeat scroll 0 0 transparent !important;
}