.cke_reset_all .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  cursor: pointer;
}
.cke_reset_all .fa:before {
  color: inherit;
}

.ckeditor-fa-wrap {
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  color: #555;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.ckeditor-fa-wrap .active{
  color: #ff0000;
}
#ckeditor-fa-icons{
  width: 100%;
  height: 300px;
  overflow: auto;
}

#ckeditor-fa-icons-select{
  white-space: normal;
  text-align: center;
}
