table#ief-entity-table-edit-field-credit-und-entities tr.odd,
table#ief-entity-table-edit-field-credit-und-entities tr.even {
    background-color: #f3f4ee;
}

table#ief-entity-table-edit-field-credit-und-entities tr.ief-row-entity:nth-of-type(2n + 1) {
    background-color: white;
}

table#ief-entity-table-edit-field-credit-und-entities thead tr .headerSortDown,
table#ief-entity-table-edit-field-credit-und-entities thead tr .headerSortUp {
    position: relative;
    background-color: #8dbdd8;
}

table#ief-entity-table-edit-field-credit-und-entities thead tr th.header {
    cursor: pointer;
}

table#ief-entity-table-edit-field-credit-und-entities thead tr .headerSortDown:before,
table#ief-entity-table-edit-field-credit-und-entities thead tr .headerSortUp:before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: block;
    position: absolute;
    height: 0.45em;
    right: 0.75em;
    top: 43%;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

table#ief-entity-table-edit-field-credit-und-entities thead tr .headerSortUp:before {
    top: 31%;
    transform: rotate(135deg);
}