
        
        [draggable=true] {
            cursor: move;
        }

        input{
            background: none;
            border-style: solid;
            border-color:gray;
            color: black;
            font-size: 12px;
        }

		a { color: #0066CC; text-decoration: none; }
		a:hover { color: #CC0000; text-decoration: underline; }
        #infos {
            margin-top:520px;
            color: black ;
        }
        #nonio{
            border: solid;
            border-width: 0px;
            border-color: white;  
            position: absolute;
            margin: 0px;
            top:0;
            z-index: 5;
            left: 80px;
        }
        
        #nonioDivZoomed{
            position: absolute;
            margin: 0px;
            
            z-index: 100;
            left: 100px;
        }
        
        #paquimetroZoomed{
        
            -webkit-clip-path:  circle(170px at 145px 367px);
            background-color: white;
            position:absolute;
            z-index: 700;
            top:80px;
            display: none;
        }
        
       
        
        #bgLupa{
            border: solid;
            margin-left:-10;
            margin-top:-10;
            border-width: 0px;
            border-color: white;   
            width: 500px;
            height: 500px;
            -webkit-clip-path:  circle(175px at 160px 170px);
            background-color: black;
            position:absolute;
            z-index: 679;
            display: none;
        }
        
        #paqDivZoomed{
            position:absolute;
            z-index: 55;
            top:-250px;
            left:20px;
            z-index: 52;
            
        }
        
        #medidas{
            position: absolute;
            top: 10px;
            left: 500px;
            width: 200px;
        }
        
        #nonioDivZoomed{
            position:absolute;
            z-index: 55;
            top:-250px;
            left:92px;
            z-index: 53;
            
            
        }
       
        
        
        #paquimetro{
            position:absolute;
            margin: 0;
            top:0;
            z-index: 10;
            background: transparent;
            transform:scaleX(0.3,0.3);
            border: solid;
            border-width: 0px;
            border-color: white;   
           
        }
        
        
        
        #main{
            display: none;
            position: absolute;
            margin: auto;
            width: 690px;
            height: 510px;
            border: 0px;
            border-style: solid;
            border-color: white; 
            z-index:1;
        }
       
        #bar{
            width: 283px;
            height: 20px;
            
            
        }
        
        #barZoomed{
            width: 566px;
            height: 40px;
        
        }
        
        #barDivZoomed{
            position: absolute;
            margin: 0; 
            left:160px;
            top:180px;
            z-index: 51;
            width: 566px;
            background-color: white;
        }
        
        #barDiv{
            top:220px;
            left:  120px;
            border: solid;
            border-width: 0px;
            border-color: white;   
            position:relative;
            width: 283px;    
            height: 20px;
        }
        
         #tabelaMedidas{
            border-width:0px;
            border-color:#CCCCCC;
            border-style: solid;
            width:160px;
            color: #000;
            font-size: 11px;
            text-align: center;
            border-radius: 2px;
            
        }
        
        #medidas{
            position: absolute;
            color: white;
            top:130px;
            
            
        }
        #term{
        position: absolute;
            z-index: 6;
            margin-top: 115px;
            margin-left: 480px;
        } 
        .tdmiddle{
            vertical-align: middle;
            text-align: center;
        }
        .trindex{
            
            height: 25px;
            margin-top:15px;
            color: aliceblue;  
            
            background: linear-gradient(red, #8c2300); 
        }
    
        #medias{
            display:none;
            text-align: center;
            width: 250px;
            position: absolute;
            z-index: 900;
            
            
        }
        
        .bgtrMedidas{
            height: 20px;
            padding: 10px;
            background: linear-gradient(#Eee, #ccc); 
        }

        #termometro{
            margin-top: 10px;
            width:50px;
            height: 30px;
            position: absolute;
            z-index:5;
            left:425px;
            top:140px;
            background-color: #CCC;
            color:red;
            text-align: center;
            vertical-align: middle;
            font-size: 18px;
            text-align: left;
            border-radius: 2px;
            padding-left: 5px;
            padding-top: 3px;
        }

        #lupaDiv{
            position: absolute;
            z-index: 680;
            border: solid;
            border-width: 0px;
            border-color: black;   
            width: 430px;
            height: 430px;
        }
        .clip-circle {
         
          clip-path: circle(102px at 85px 400px);
          background-clip: #FFF;
          background:  rgba(0,0,0,1);
          
        }
        
        #coords{
            color: white;
        }
        
     