.card {
  border-radius: 1px;
  border: 1px solid #777777;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(221, 221, 221, 0.8);
  -moz-box-shadow: 0px 4px 4px 0px rgba(221, 221, 221, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(221, 221, 221, 0.8);
  padding-top: 16px;
  padding-bottom: 16px;
}

.nmshd-onepager {
  position: relative;
}

.nmshd-onepager .qrcode {
  position: absolute;
  bottom: 70px;
  left: 450px;
}

.nmshd-onepager .qrcode img {
  width: 110px;
}

.nmshd-linkedin {
  position: relative;
}

.nmshd-linkedin > img {
  width: 720px;
}

.nmshd-linkedin .qrcode {
  position: absolute;
  bottom: 162px;
  left: 520px;
}

.nmshd-linkedin .qrcode img {
  width: 190px;
}

.work-in-progress {
  position: relative;
}

.work-in-progress:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.token {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.5rem;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  padding: 6px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
}
