.badge {
  position: relative;
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
}
.badge + * {
  vertical-align: middle;
}
.badge.badge--circle.badge--sm {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #eee;
  vertical-align: middle;
}
.badge.badge--phone {
  float: left;
  background: #eee;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  color: #bbb;
  font-size: 1.2rem;
}
.badge.badge--view {
  border-radius: 100px;
  border: 2px solid #eee;
  padding: 2px 10px;
}
.badge .badge__subtitle {
  font-weight: 100;
}
