table.volunteerForm {
font-size: 90%;
border-collapse: collapse;
}
table.volunteerForm th {
text-align: left;
padding: 10px 0;
border-bottom: 1px solid #cfcfcf;
width: 90%;
}
table.volunteerForm td {
width: 25%;
}

.separator {
border : 1px solid #cfcfcf;
padding: 10px 10px;
margin: 10px 0;
width: 90%;
}
