.cluedIn_badge {
  background-color: $main-color;
  float: left;
  text-shadow: 1px 0 1px #555;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.cluedIn_badge.danger {
  background-color: red;
}

.cluedIn_badge.warning {
  background-color: orangered;
}