/* WYMeditor */

/* Таблица разметки */
table.layout th, table.layout td {
  border: 0;
}

/* Выравнивание по правому краю */
p.text-right, span.text-right {
  text-align: right;
}

/* Выравнивание по центру */
p.text-center, span.text-center {
  text-align: center;
}
/* /WYMeditor */