 
.action-plan-volunteer-form {
 padding:15px;
  background:#E8E8E8;
  border-radius:6px;
}

.action-plan-volunteer-form h2 {
margin-bottom: .65em;
}

/* FIELD FORMATTING */
.kohls-subscription input[type="date"], input[type="number"], input[type="tel"], input[type="time"] {
    max-width: 200px;
  font-family:inherit;
}

.kohls-subscription input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
    max-width: 400px;
  font-family:inherit;
}

.kohls-subscription .form-item-email label.form-required, .kohls-subscription .form-item-state label.form-required, .kohls-subscription select {
    display: block !important;
    margin-bottom: 3px;
}

.kohls-subscription .webform-button--previous {
    color: #FB4F14 !important;
    background-color: #fff !important;
    text-shadow: 0 0 !important;
}