.nxm-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  color: #005e84;
  border: 1px solid #005e84;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  padding: 3px 9px;
  border-radius: 4px 0 4px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  letter-spacing: .02em;
}