/* /forms/change-of-information */
/* custom styles */
form > .table-wrapper:first-child td {
    text-align: center;
}

.table-wrapper td[align="right"] {
    text-align: right;
}
.table-wrapper td {
    text-align: left;
}

#whatChanged div {
    padding: .5em;
}

#whatChanged input {
    vertical-align: middle;
    margin-right: .5em;
}
#whatChanged label {
    display: inline-block;
    width: 30%;
}

input[type='reset'] {
	padding: 1em;
    border-radius: 8px;
    margin-left: 1em;
    text-transform: uppercase;
    cursor: pointer;
}
/* changes for drupal
- bring in ONLY the HTML for each form (CSS + JS should be the same, but double check as some of the other forms might have something different)
- need to change the radio groups from ULs to div.radiogroup > div.radiobutton
- need to add the coh-link and coh-style-primary-cta classes to the submit button
- test the page
- need to update the aspx page to redirect or something??
*/