.test.poll label {
	border:1px solid #dddfe2;
	border-radius:3px;
	margin:5px 0;
}
.test label,.test label div {
	position:relative;
}
.test label>div {
	align-items: center;
	display: flex;
	height:100%;
}
.test label div:first-child {
	background-color:#ecf0f7;
	position:absolute;
	color:lightsteelblue;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	text-align:center;
}
.test label div:first-child div {
	height:0;
	line-height:0;
	margin-top:-4px;
	position:relative;
	top:50%;
}
.test label div:last-child {
	padding:5px 10px 5px 20px;
}
.test label {
	font-weight:normal;
	width:90%;
}
.test label+div {
	background-color: #e9ebee;
	border:1px solid #dddfe2;
	display: inline-block;
	margin-left:1%;
	padding:5px 10px;
	text-align:center;
	width:9%;
}
.test input {
/*
	float:left;
	margin-left:-25px;
*/
	position:absolute;
	left:10px;
}
.test section {
	padding:0 0 25px 0;
}

/*
form.test .report thead td {
	writing-mode: tb-rl;
}*/

@media print {
	form.test .report {
		page-break-before: always;
	}
}

@media print {
	section.test + table {
		page-break-inside: avoid;
	}
}
