.btn-standout {
  background-color: hsl(340, 87%, 53%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f687ac", endColorstr="#ef1e64");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f687ac), to(#ef1e64));
  background-image: -moz-linear-gradient(top, #f687ac, #ef1e64);
  background-image: -ms-linear-gradient(top, #f687ac, #ef1e64);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f687ac), color-stop(100%, #ef1e64));
  background-image: -webkit-linear-gradient(top, #f687ac, #ef1e64);
  background-image: -o-linear-gradient(top, #f687ac, #ef1e64);
  background-image: linear-gradient(#f687ac, #ef1e64);
  border-color: #ef1e64 #ef1e64 hsl(340, 87%, 47.5%);
  color: #222;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-font-smoothing: antialiased;
}

.btn-round {
    border-radius: 1em;
}

.badge {
    background-color: #333333;
}

.badge-baby {
    background-color: #338bd4;
}

.badge-standout {
    background-color: #F8216A;
}