#pageForm .ck-editor__editable {
    height: 260px;
}

tr.empty-company {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

tr.other-company {
    background-color: rgba(255, 252, 48, 0.3) !important;
}


.invoice {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    position: relative;
}
