@-ms-viewport { width: device-width; }
@media only screen and (min-device-width: 800px) { }
* { padding: 0; margin: 0; }
html { height: 100%; }
body { height: 100%; }

/* Responsive table in firefox fix */
@-moz-document url-prefix() {
	fieldset { display: table-cell; }
}

/*.container-fluid {
	height: 100%;
}*/

div#panoDIV {
/*	height: 100%;*/
/*	position:relative;*/
	overflow:hidden;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -o-user-select: none;
	 user-select: none;
	padding-bottom: 20px;
}
