html {
	width: 100%;
	overflow-x: hidden;
	zoom: 100%; /*Webkit browsers */
}

#body {
	margin: 0;
	font-size: 8pt;
	color: #333
}


body, html, #body {
	margin: 0 !important;
	padding: 0 !important
}

.volantes .volante {
	width: 83mm;
	position: relative;
	display: block;
	margin-top: -25px;
	padding: 0;
}

.volantes .volante .jogos {
	line-height: 8pt
}

.volantes.A4 .pagina {
	page-break-after: always;
	border-top: 1px dashed #000
}

.volantes.A4 .volante {
	float: left;
	border: 1px dashed #000;
	border-top: none
}

.volantes.A4 .volante.par {
	border-left: none
}

.volantes.bilhete .pagina {
	page-break-after: always
}

.volantes.bobina .volante {
	border: 1px dashed #EEE;
	border-top: none;
	margin: 0
}

.volantes.bobina .volante.primeiro {
	border-top: 1px dashed #000
}

.volantes .wrap {
	position: relative;
	width: 7.8cm;
	height: 100%
}

.volantes .dadosPorVolante {
	position: absolute;
	left: 40px;
	top: 5px;
	text-align: center;
	font-size: 8pt
}

.volantes img {
	position: absolute;
	border: 0 none
}

.volantes .quadro {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 70%;
	background-color: rgba(255, 255, 255, 0.4)
}

.volantes .ultimaPagina {
	page-break-after: avoid !important
}

.volantes p {
	margin: 0;
	padding: 0
}