/* custom styles */
.table-wrapper + .table-wrapper td[align="right"] {
    text-align: right;
}
.table-wrapper + .table-wrapper td {
    text-align: left;
}
.table-wrapper tr[align="center"] td {
    text-align: center;
}
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??
*/