
.table-1 {
	width:					28rem;
	display:				grid;
	grid-template-columns:	1fr 7rem;
	margin-left:			2rem;
	margin-bottom:			0;
}

.table-1 p {
	padding-right:			4px;
	margin-top:				0;
	margin-bottom:			0;
}

.table-1 input {
	margin-top:				0;
	margin-bottom:			0;
}

.table-2 {
	display:				grid;
	grid-template-columns:	21rem 1fr;
	margin-left:			2rem;
	margin-top:				0;
}

.table-2 p {
	padding-right:			4px;
	margin-top:				0;
	margin-bottom:			0;
}

.help-fields h3 {
	display:				none;
}
