#signature-holder {cursor: url(../../media/criancas/pencilorange.cur),auto;}
#signature {
	background-image: url('../../media/criancas/desafio6.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 15%;
	 max-width: 100%;
    height: auto;
}
#signature-left-buttons-holder {
	position: absolute;
	top: 30%;
	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 #4caf50;
	color: #4caf50;
	cursor: pointer;
}
#signature-left-buttons-holder button:hover {opacity: 0.7}
#resposta_cacapalavra  {
	background-image: url('../../media/criancas/desafio6_resposta.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 15%;
	width: 100%;
	height: 100%;
	z-index:100;
}
#resposta_cacapalavra {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;
}
}