#signature-holder {cursor: url(../../media/criancas/pencilorange.cur),auto;}
#signature {
	background-image: url('../../media/criancas/descubraerros10.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 2%;
	left: 6%;
	max-width: 100%;
    height: auto;
}
#signature-left-buttons-holder {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 101;
}
#signature-left-buttons-holder button {
	font-size: 27px;
	border-radius: 100%;
	border: none;
	width: 45px;
	height: 45px;
	display: block;
	margin: 30px 0;
	border: 1px solid #ff8b46;
	color: #ff8b46;
	cursor: pointer;
}
#signature-left-buttons-holder button:hover {opacity: 0.7}
#resposta_descubraerros  {
	background-image: url('../../media/criancas/descubraerros10_resposta.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 2%;
	left: 6%;
	width: 100%;
	height: 100%;
	z-index:100;
}
#resposta_descubraerros {display: none;}
@media screen and (max-width: 600px) {
	#signature-left-buttons-holder button {
		font-size: 13px;
		width: 25px;
		height: 25px;
		top: 0;
		margin: 10px 5px;
}
}
@media screen and (max-width: 300px) {
	#signature-left-buttons-holder button {
		font-size: 8px;
		width: 20px;
		height: 20px;
}
}