.duke-card {
  width: 50%;
  margin: 20px auto;
}

.duke-card .user-status {
  background: #0680cd;
  margin-bottom: 20px;
  padding: 10px;
}

.duke-card .user-status p {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}

.duke-card .user-status p.status {
  text-transform: uppercase;
}

.duke-card .user-image {
  float: left;
  margin-right: 15px;
}

.duke-card .user-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #001a57;
}

.duke-card .user-copy {
  margin: 0;
  font-size: 20px;
}

.duke-card h1 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}

.duke-card p {
  line-height: 1.2;
  margin: 0;
  font-size: 18px;
}

.duke-card p.industry {
  font-weight: 300;
}

.duke-card .barcode {
  text-align: center;
}

.duke-card img {
  width: 80%;
  margin: 0 auto;
}

.duke-card .barcode p.eid {
  font-size: 30px;
  color: #000000;
  margin-top: -20px;
}

.duke-card .bottom-copy {
  text-align: center;
  margin-top: 20px;
}

.duke-card .bottom-copy .print:before {
  content: "\f02f";
  font-family: FontAwesome;
}

.duke-card .bottom-copy p.print-card {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.duke-card .bottom-copy .download-app-store {
  width: 135px;
  height: 40px;
}
