      html, body {
                overflow: hidden;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }

            #renderCanvas {
                width: 890px;
                height: 400px;
                touch-action: none;
                position: absolute;
                top: -20px;
                left: 0px;
            }
          

            #canvasZone {
                position: relative;
                width: 100%;
                height: 60%;
            }

			#part1_header {
			  position: absolute;
              top: 0px;
              left: 10px;
              color: #ffffff;
              font-size: 20px;
    
			}

      		#label0 {
              position: absolute;
              top: 30px;
              left: 10px;
              color: #ffffff;
              font-size: 14px;
  
        	}
			
			#label1 {
              position: absolute;
              top: 55px;
              left: 10px;
              color: #ffffff;
              font-size: 14px;
         
        	}
						
			#label2 {
              position: absolute;
              top: 80px;
              left: 10px;
              color: #ffffff;
              font-size: 14px;
         
        	}
			
			#label3 {
             position: absolute;
			top: 116px;
			left: 10px;
			color: #ffffff;
			font-size: 14px;
			width: 120px;
			line-height: 14px;
            
        	}
			
			#label4 {
              position: absolute;
              top: 143px;
              left: 10px;
              color: #ffffff;
              font-size: 14px;
    
        	}
			
			#label5 {
              position: absolute;
			  top: 170px;
			  left: 10px;
			  font-size: 14px;
			  color: #ffffff;
			  width: 120px;
				        	}
			
			#label6 {
              position: absolute;
			  top: 30px;
              left: 154px;
              color: #ffffff;
              font-size: 14px;        
        	}
			
			#label7 {
              position: absolute;
			  top: 55px;
			  left: 155px;
			  font-size: 14px;
			  color: #ffffff;
			  width: 120px;
        	}

			#label8 {
              position: absolute;
              top: 89px;
              left: 154px;
              color: #ffffff;
              font-size: 14px; 
			  width: 120px;
			  line-height: 18px;
        	}
	
			#label9 {
				position: absolute;
				top: 106px;
				left: 155px;
				color: #ffffff;
				font-size: 14px;
        	}

			#label10 {
              position: absolute;
			  top: 141px;
			  left: 154px;
			  color: #ffffff;
			  font-size: 14px;
        	}

			#label11 {
              position: absolute;
			  top: 170px;
			  left: 154px;
			  color: #ffffff;
			  font-size: 14px;
        	}

			#label0:hover, #label1:hover, #label2:hover, 
			#label3:hover, #label4:hover, #label5:hover, 
			#label6:hover, #label7:hover, #label8:hover,
			#label9:hover, #label10:hover, #label11:hover,		
			#label0:focus, #label1:focus, #label2:focus, 
			#label3:focus, #label4:focus, #label5:focus, 
			#label6:focus, #label7:focus, #label8:focus,
			#label9:focus, #label10:focus, #label11:focus
			{
				color: #F3FF5D;
				cursor: pointer;
			}

			/*rotate 3D model contol styles*/
			#rotate_Right_Btn {
				position: absolute;
				top: 400px;
				left: 461px;
				z-index: 3;
			}

			#rotate_Left_Btn {
				position: absolute;
				top: 400px;
				left: 583px;
				z-index: 3;
			}
			
			#rotate_Up_Btn {
				position: absolute;
				top: 400px;
				left: 225px;
				z-index: 3;
			}

			#rotate_Down_Btn {
				position: absolute;
				top: 400px;
				left: 334px;
				z-index: 3;
			}

			#zoom_out {
				position: absolute;
				top: 400px;
				left: 117px;
				z-index: 3;
			}

			#zoom_in {
				position: absolute;
				top: 400px;
				left: 17px;
				z-index: 3;
			}
			

			#content {
				position: absolute;
				top: 208px;
				left: 11px;
				width: 280px;
				height: 105px;
				z-index: 3;
				background-color: rgba(255,255,255,0.80);
				color: #212628;
				padding: 5px;
				line-height: 120%;
			}

			#limit  {
				position: absolute;
				top: 240px;
				left: 655px;
				width: 220px;
				height: 50px;
				z-index: 3;
				background-color: rgba(255,255,255,0.80);
				color: #212628;	
				padding: 5px;
			}









