@CHARSET "UTF-8";


	#qr-canvas{
		display:none;
	}

	#outdiv{
		width: 100px;
		height: 100px;
	}

	#v{
		width: 100px;
		height: 100px;
	}

	@media screen and (max-width: 480px){
		
		#outdiv{
			width:190px;
			height:190px;
		}
		
	    #v{
			width:190px;
			height:190px;
		}
		
		@media screen and (max-device-width: 480px) 
	              and (orientation:portrait){
	  
			#outdiv{
				width:270px;
				height:270px;

			}
			
		    #v{
				width:270px;
				height:270px;
			}
		
		}

	}