/*Таблица стилей общих классов для админки и порталов */
/*превью цвета */
.pp-color-preview {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
    vertical-align: inherit;
}

/*тексты */
.pp-editor-bold {
    font-weight: bold;
}
.pp-editor-italic {
    font-style: italic;
}
.pp-editor-underline {
    text-decoration: underline;
}
.pp-editor-line-through {
    text-decoration: line-through;
}

/*доп цвета */
.pp-editor-black {
    background-color: #000;
}
.pp-editor-white {
    background-color: #fff;
}

.pp-editor-text-black {
    color: #000;
}
.pp-editor-text-white {
    color: #fff;
}

/*границы */
.pp-editor-border-top {
    border-top: 1px solid #000;
}
.pp-editor-border-bottom {
    border-bottom: 1px solid #000;
}
.pp-editor-border-left {
    border-left: 1px solid #000;
}
.pp-editor-border-right {
    border-right: 1px solid #000;
}

/*овверайд fontawesome styles для таблиц */
table td.fa {
    display: table-cell;
    font: inherit;
}
table td.fa:before {
    margin-right: 3px;
    font: normal normal normal 14px/1 FontAwesome;
}