html,
body{
	padding:0;
	margin:0;
}
.holder{
	width:100%;
	height:294mm;
	max-width: 210mm;
	max-height: 294mm; /* DIN A4 standard paper size, aspect ratio 1.14143 */
}
#to_pdf {
	position:relative;
	height: 294mm;
    background-image: url("../images/background_a4.png");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #1d1d1b;
}
.name {
	text-align: center;
	padding-top: 5cm;
	font-size: 7mm;
}
.test-block {
	text-align: center;
	font-size: 6.35mm;
	font-size: 6mm;
	margin-bottom: 8.82mm;
}
.test-name {
	color: #6c7525;
	font-size: 7.76mm;
	font-size: 6mm;
	line-height: 1.36;
}
.test-result{
	background-image: url("../images/ribbon.png");
	color: #ffffff;
	text-transform: uppercase;
	font-size: 7mm;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	line-height: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10mm;
}
.test-result p{
	margin:0;
}
.result-box{
	background-image: url("../images/border.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5mm 8mm;
	margin: 0 auto;
	background-size: contain;
	display: flex;
	justify-content: center;
}
.result-content {
	text-align: left;
	font-size: 5mm;
	line-height: 1.5;
}
.result-content p{
	margin:2mm;
}
.info-text{
	margin: 10mm 0;
}
.info-text p{
	font-size: 4mm;
	width: 82%;
	text-align: center;
	line-height: 1.4;
	margin:0 auto;
}
.info-text p.margined{
	margin: 6mm auto 6mm auto;
}
.info-text a {
	color: #1d1d1b;
	text-decoration: none;
	font-style: italic;
}
.date {
	font-size: 4mm;
	text-align: left;
	bottom: 6.2%;
	left: 15%;
	position: absolute;
}
.newsletterButton{
	cursor:pointer;
}
.newsletterButton i{
    margin-right: 10px;
}