/* ### BACKEND STYLES ### */
body.cke_editable .b-typ1 {
  background-color:orange;
}
body.cke_editable .b-typ2 {
  background-color:red;
}
body.cke_editable .b-typ3 {
  background-color:green;
}
body.cke_editable .b-typ4 {
  background-color:yellow;
}
body.cke_editable .b-typ5 {
  background-color:orange;
}
body.cke_editable .i-typ1 {
  text-decoration:underline;
}
body.cke_editable .i-typ2 {
  text-decoration:underline;
}
body.cke_editable .i-typ3 {
  text-decoration:underline;
}
body.cke_editable .t-typ1 {
  background-color:grey;
}

