.jqx-widget-header {
    background-color: #eeeeee !important;
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dcdcdc 50%, #d1d1d1 51%, #c8c8c8 100%) !important;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dcdcdc 50%, #d1d1d1 51%, #c8c8c8 100%) !important;
    background: -ms-linear-gradient(top, #eeeeee 0%, #dcdcdc 50%, #d1d1d1 51%, #c8c8c8 100%) !important;
    background: -o-linear-gradient(top, #eeeeee 0%, #dcdcdc 50%, #d1d1d1 51%, #c8c8c8 100%) !important;
    background: linear-gradient(#eeeeee 0%, #dcdcdc 50%, #d1d1d1 51%, #c8c8c8 100%) !important;
}

.jqx-grid-cell-selected {
    background-color: #a8a8a8 !important;
    background: -webkit-linear-gradient(top, #a8a8a8, #8d8d8d) !important;
    background: -moz-linear-gradient(top, #a8a8a8, #8d8d8d) !important;
    background: -ms-linear-gradient(top, #a8a8a8, #8d8d8d) !important;
    background: -o-linear-gradient(top, #a8a8a8, #8d8d8d) !important;
    background: linear-gradient(#a8a8a8, #8d8d8d) !important;
    color: black !important;
}

.jqx-cell {
    padding: 4px 4px;
}
