
html, body, #myxml3d {
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#reset-stitching {
    position: absolute;
	top: 0px;
	display: block;
	margin: 0;
	padding: 20;
	z-index: 2;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 30px;
	cursor: hand;
}
