/*
 * RTE styles (ckeditor)
 */

.ck-editor .ck-show-blocks strong {
  padding: 1px;
  border: 1px dashed purple;
}
.ck-editor .ck-show-blocks em {
  padding: 1px;
  border: 1px dashed blue;
}
.ck-editor .ck-show-blocks u {
  padding: 1px;
  border: 1px dashed green;
}
.ck-editor .ck-show-blocks s {
  padding: 1px;
  border: 1px solid red;
  color: red;
  font-weight: bold;
}

/** justify plugin **/
.ck-editor .T3-rte-align--left {
  text-align: left;
}
.ck-editor .T3-rte-align--center {
  text-align: center;
}
.ck-editor .T3-rte-align--right {
  text-align: right;
}
.ck-editor .T3-rte-align--justify {
  text-align: justify;
}
