/* ensure we don't have a horiz scroll */
body.civicrm-iframe-page {
  width: 96%;
}

.crm-container #bootstrap-theme fieldset {
  margin-bottom: 1.5rem;
}

.crm-container fieldset legend {
  color: inherit;
}

ul.crm-checkbox-list li {
  list-style-type: none;
}

.civicrm-iframe-page #bootstrap-theme .btn-sm {
  padding: 0.25rem 0.75rem; 
}

/*.civicrm-iframe-page .af-container {
  margin: 0.5rem 0;
}

.civicrm-iframe-page #bootstrap-theme legend {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}*/

.civicrm-iframe-page af-form .btn-primary,
.civicrm-iframe-page #bootstrap-theme af-form .btn-primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.civicrm-iframe-page af-form af-field {
  width: 100%;
  max-width: 800px;
}
.civicrm-iframe-page af-form af-field .crm-af-field {
  margin-bottom: 0.25rem;
}