.badge {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  min-width: 24px;
  max-width: 32px;
  height: 17px;
  font-size: 12px;
  color: #fff;
  padding-top: 2px;
  text-align: center;
  list-style-type: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px; }
  .badge.badge-danger {
    background-color: #fd6368; }

/*# sourceMappingURL=kit.css.map */
