.tx_evoweb_sfregister .mb-3 {
  margin-bottom: 0.4rem !important;
}

.tx_evoweb_sfregister label {
  margin-bottom: 0.15rem;
}

.tx_evoweb_sfregister .form-control,
.tx_evoweb_sfregister .form-control-plaintext {
  margin-top: 0;
}

.sf-register-profile-overview {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--gray4);
  border-bottom-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  table-layout: auto;
}

.sf-register-profile-overview th,
.sf-register-profile-overview td {
  padding: 0.2rem var(--gutter-half);
  border-top: 1px solid var(--gray4);
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
}

.sf-register-profile-overview tr:first-child th,
.sf-register-profile-overview tr:first-child td {
  border-top: 0;
}

.sf-register-profile-overview th {
  width: 1%;
  white-space: nowrap;
  font-weight: 700;
}
