.pin-code {
  font-size: 1.05rem;
  padding: 0.15rem 0.35rem;
  border: 1px dashed #c7c7c7;
  border-radius: 0.35rem;
  background: #fafafa;
}
.pin-wrap code {
  display: inline-block;
  min-width: 72px;
  text-align: center;
}
.table td, .table th {
  white-space: nowrap;
}

.btn-xs{padding:.15rem .35rem;font-size:.75rem;line-height:1.2;}
