You can simply include or apply custom CSS classes to elements with CKEditor 4 as a config option as follow:
config.allowedContent = true
or include it within already existing configs:
{
language:"en",
direction:"ltr",
allowedContent: true
}
Hope this help