.tablebodytext {
    display: none;
}

/* Стили размещения картинок — появляются в выпадашке «Стиль» редактора,
   когда выделена картинка (привязаны к img). */
img.img-full {
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0;
    clear: both;
}

img.img-left {
    float: left;
    max-width: 50%;
    height: auto;
    margin: 6px 28px 18px 0;
}

img.img-right {
    float: right;
    max-width: 50%;
    height: auto;
    margin: 6px 0 18px 28px;
}
