html, body{
    min-height: 100% !important;
    height: 100%;
}

#instrucoes{
	width:370px;
	height:70px;
	border-radius:10px;
	background-color:#c9ddf1;
	position:absolute;
	margin-top:1%;
	margin-left:1%;
	padding:5px 10px;
	z-index:9;
	display:none;
}

#btnInstrucoes{
	padding:10px;
	border-radius:10px;
	background-color:#c9ddf1;
	position:absolute;
	margin-top:1%;
	margin-left:1%;
	z-index:9;
	display:none;
}

#iconClose{
	position:absolute;
	z-index:99;
}

#instrucoes div span{
	font-size:10pt;
}

#teclado, #mouse, #touch1{
	width:175px;
}

#touch2{
	width:150px;
}

#teclado, #touch1, span{
	float:left;
}

#mouse, #touch2, #instrucoes img{
	float:right;
}

#teclado, #touch1{
	border-right:1px solid black;
	padding-right:20px;
}


#instrucoes #teclado img, #instrucoes #touch1 img, #instrucoes #touch2 img{
	margin-top:10px;
}

#instrucoes #mouse img{
	margin-top:5px;
}

#touch2{
	margin-left:5px !important;
}

.clear{
	clear:both;
}

@media only screen and (max-width: 700px) {
  #instrucoes{
    display:none;
  }
}