#canvas{
	text-align: center;
}
.bigliettino{
	width: 85mm;
	height: 55mm;
	margin: 15px;
	border: 1px solid #000;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	display: inline-block;
	clear: both;
}
#canvasform .form-group{
	margin-top: 1px;
}
.hasCanvas svg{
	outline: 1px solid #fff;
	box-shadow: 0 0 2px 3px #ddd;
}
.hasCanvas h4{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-weight: 900;
	letter-spacing: -1;
	text-transform: uppercase;
	text-decoration: italic;
	color: #000;
	z-index: 999;
}
#pdfPreview{
	display: block;
	width: 100%;
	background-color: #CB0606;
}