
.confirm-column1 {
	width: 150px;
	margin-top: 20px;
	vertical-align: top;
}

.confirm-column2 {
	margin-top: 20px;
}

.confirm-response {
	margin-top: 30px;
	text-align: center;
	color: green;
	font-weight: bold;
	font-size: 150%;
}
.confirm-response-error {
	color: red;
}

.confirm-submit {
	background-color:lightGreen;
	color:#777;
	padding:4px;
	border: 1px solid #777;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
}

.confirm-submit:hover {
	background-color:lightGreen;
	color:black;
	border: 1px solid black;
}


.center-section {
	padding: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}