.grid-content {
  width: 100%;
  height: 500px;
}

.ui-grid-pager-panel {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #eee, #fff);
  background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-top: 1px solid #d4d4d4;
}
