.badge {
  position: absolute;
  /*top: -10px;
  left: 120px;*/
  right: 0px;
  bottom: 18px;
  margin: 3px;
  /*top: 0px;
  left: 0px;
  margin-left: 125px;
  margin-top: -15px;
  margin-right: 3px;
  margin-bottom: 3px;*/
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee757b), to(#c80507));
  background: -webkit-linear-gradient(top, #ee757b, #c80507);
  background: linear-gradient(to bottom, #ee757b, #c80507);
  background: gradient(linear, center top, center bottom, from(#ee757b), to(#c80507));
}

.badge .inner {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
