.oauth-application-description {
  display: none;
  white-space: normal;
}

.oauth-application-title {
  color: #5B9BD5;
  /* TODO match this with the other blues */
}

/* set these max values to fit iwthin the row/column for application description */
.oauth-application-image {
  max-height: 30px;
  max-width: 180px;
}

.oauth-application-descriptionlink {
  position: absolute;
  right: 5px;
  color: #67A2D8;
}

.oauth-application-descriptionlink:hover {
  text-decoration: underline;
  cursor: pointer;
}

.oauth-application-description {
  color: #909295;
}

.oauth-grid .grid-header .grid-header-column {
  font-weight: bold;
  color: #000000;
}

.oauth-menu .toolbar {
  margin: 0px;
}

.oauth-menu {
  margin: 0px;
}
