af-form input[type="radio"] {
  float: none !important;
}
af-form label {
  display: block !important;
}
body:not(.wp-admin) #crm-container button,
#bootstrap-theme .btn-primary,
af-form > .btn-primary {
  margin-top:1rem;
  font-weight:700;
  font-size:1rem;
  background-color:rgb(249, 115, 22);
  border:none;
  text-shadow:none;
  padding:6px 8px;
}
#crm-container button:hover,
#crm-container button:focus,
#bootstrap-theme .btn-primary:hover,
af-form > .btn-primary:hover,
#bootstrap-theme .btn-primary:focus,
af-form > .btn-primary:focus {
  background-color:#ff6900;
}
af-form .af-container > af-field label {
  margin-top:1rem;
}
body:not(.admin-bar) #bootstrap-theme .pull-right {
  display: none !important;
}

af-form textarea#details-4 {
  width: 100%;
  height: 10em;
}

