.pill {
  color: #fff;
  padding: 3px 7px;
  border-radius: 13px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
}

.pill a {
  text-decoration: none !important;
}

.stage {
  background-color: #e8710a;
}

.review {
  background-color: #fff;
  color: #5f6368 !important;
  box-shadow: inset 0 0 0 1px #e8eaed;
  border-color: #e8eaed;
}

.device {
  background-color: #ff5722;
}

.guide {
  background-color: #0f9d58;
}

.attribute {
  background-color: #9c27b0;
}

.permission {
  background-color: #db4437;
}
