@charset "utf-8";
/* CSS Document */

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#modelviewer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	background: #eae9e5;
}

#zoomIN, #zoomOUT {
	z-index: 10;
	position: absolute;
	display:none;
	font-family: sans-serif;
	color: #000;
	cursor: pointer;
}

:not(:defined) > * {
  display: none;
}

#copyright {
	position: absolute;
	z-index: 10;
	text-align: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	display: none;
}

#copyright a {
	text-decoration: none;
	font-style: normal;
	color: #A4A4A4;
}

/* misure personalizzabili */

#zoomIN, #zoomOUT {  	
	width:50px;
	height:50px;		
}

#zoomIN img, #zoomOUT img {  	
	max-width:100%;
	max-height:100%;		
}

#zoomIN {
	left: 50px;
	top: 30px;	
}

#zoomOUT {
	left: 50px;
	top: 100px;	
}

#copyright {
	font-size: 14px;
	right: 15px;
	bottom: 15px;
	width: 200px;
	height: 20px;	
}
