@charset "utf-8";
/* CSS Document Einstellungen für HTML5 Export von Pano2VR  */

			#container {
	width: 580px;
	height: 400px;
	padding: 5px;
			}
			
			.warning { 
				font-weight: bold;
			} 
			/* fix for scroll bars on webkit & Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}