/*
 * Project Application Status (PAS) customizations.
 */

/* Remove border from Prioritization Heading */
table.t-data-grid thead tr .prioritizationNumberDisplayable {
  border-left: none;
}

/*
 * Details area - gTLD PAS
 */

.details .mainInfo {
  width: 35em;
  font-weight: 700;
}

.details .label {
  display: inline-block;
  width: 11em;
  text-align: right;
  color: #888;
  font-weight: 400;
}

/* Tags within the Details area */
.displayableTags, .mainInfo {
  float: left;
}

/* Do not remove the 'a' from some of these selectors */
.communityDisplayable,
.geographicDisplayable,
.anyApplicationUpdate a,
.gacEarlyWarningDisplayable a,
.hasObjectionsDisplayable a,
.auctionResultDisplayable a,
.stringContentionStatusDisplayable a,
.publicViewablePicPosting a {
  display: block;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 6px 5px;

  background-color: #eee;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;

  line-height: 13px;
  font-weight: 400;

  position: relative;
}

.displayableTags a {
  display: block;
  text-decoration: none;
  color: #2d76d0;
}
  
.displayableTags a:hover {
  background-color: #2d76d0;
  color: white;
  border-color: #2d76d0;
}
