.Underline {
	text-decoration: underline;
}

table.FormTable2Td th {
	width: 22%;
}

table.FormTable2Td td:nth-child(2) {
	width: 22%;
}

@media screen and (max-width: 579px) {
	table.FormTable2Td th {
		font-weight: bold;
	}
	table.FormTable2Td td:nth-child(2) {
		width: auto;
	}
}
