.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-ddm__default-page-header, .ddm-form-pagination {
  display: none;
}

.dropdown-subheader {
display:none;
}
.ddm-field-container {
    padding: 0 !important;
}

.lfr-ddm-form-container {
  max-width: 36rem;
  margin: 0 auto;
}
.ddm-form-page-container.wizard {
max-width:36rem !important;
}

.lfr-ddm-form-page-title, .lfr-ddm-form-page-description {
  text-align: center;
  padding: 0;
  width: 100% !important;
}

.lfr-ddm-form-page-title {
  padding-top: 2rem;
  font-weight: 800 !important;
}

/* Center the pagination buttons on all pages  */
.lfr-ddm-form-pagination-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lfr-ddm-form-pagination-controls .btn {
  margin: 0 0.5rem;
  min-width: 9.375rem;
}

@media (min-width: 36rem) {
  .lfr-ddm-form-pagination-controls {
    flex-direction: row;
  }
}

.lfr-ddm-form-container {
    flex-direction: column;
}

p.text-secondary {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
}