label {
	display: inline-block;
	width: 25vw;
}
output > p {
	margin-block-start: 0px;
	margin-block-end: 0px;
}
/* output */
#printoutElement {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 8px;
}
#contentWrapper {
	position: relative;
}
input[type="submit"] {
	margin-top: 8px;
}
testContainer {
	position: absolute;
	top: -100vh;
	left: -100vw;
	z-index: -100;
}
#testContainer > div {
	display: inline-block;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}