.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fdfdfd;
}

.ui-grid-cell-contents {
    white-space: pre-wrap;
}

.ui-grid-viewport .ui-grid-ellipsis .ui-grid-cell-contents {
    white-space: nowrap;
}

.ui-grid-viewport .ui-grid-ellipsis .ui-grid-cell-contents:hover {
    background: white;
    height: 36px;
    position: absolute;
    text-overflow: unset;
}

span i.ui-grid-icon-up-dir:first-child {
    display:none;
}

span i.ui-grid-icon-down-dir:first-child {
    display:none;
}

.ui-grid-header-cell {
    float: left;
    height: 50px;
}