.application-name {
  color: #0559CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
}

.application-category {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.required {
  background: url("../images/demo/required_field.gif") no-repeat;
  background-position: right;
}

.x-grid3-scroller {
  background-color: rgb(223, 233, 246) !important;
}

.x-grid3-row {
  background-color: rgb(255, 255, 255) !important;
}

.x-grid3-row-alt {
  background-color: #fafafa !important;
}