﻿.cke_combopanel {
    width: 250px !important;
}

.cke_combo__font > a > span:first-of-type {
    max-width: 130px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: text-bottom;
}

div.AlignLeft {
text-align:left;
}
div.AlignRight {
text-align:right;
}
div.AlignCenter {
text-align:center
}
div.AlignJustify {
text-align:justify;
}