.badge {
  padding: 2px;
  width: 14px;
  height: 14px;
  font-size: 70%;
  text-indent: 0px;
  line-height: 1;
  vertical-align: super;
  border-width: 1.5px;
  border-style: solid;
  border-radius: 8px;
  color: #fff;
  background-color: #ff6b3c;
  position: absolute;
  left: 30px;
}
.badge-header {
  left: 30px;
  font-size: 10px;
}