

.menu{
	position: absolute;
	
}


td img{
	height: 80px !important;

}

body{
	padding: auto;
	margin: auto;
	background: rgb(255, 255, 255);

		
}


.hand{
	cursor:pointer;
}

@media (max-width: 400px) {
	
	.menu{
		height:30px !important;
	}

	
	td img{
		height: 30px !important;
		width: 120px !important;
	}
}