
	
	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
		-webkit-appearance: none; 
		 margin: 0; 
	}
	
	input[type=number]{
		-moz-appearance: textfield;
	}
	
	.zoom15{
		font-size: 1.5rem;
	}
	
		.touchenum, .touchemon{
			width:80px;
			margin-left:16px;
			margin-right:16px;
      margin-top: 10px;
      margin-bottom: 10px;
			font-size:1.5em;
			font-weight:bold;
			min-height:50px;
		}
		.toucheok{
			width:80px;
			margin-left:16px;
			margin-right:16px;
      margin-top: 10px;
      margin-bottom: 10px;
			font-size:1.5em;
			font-weight:bold;
			min-height:50px;
		}
		.touchec, .touchece{
			width:80px;
			margin-left:16px;
			margin-right:16px;
      margin-top: 10px;
      margin-bottom: 10px;
			font-size:1.2em;
			font-weight:bold;
			min-height:50px;
		}
		
		.touchepm{
			width:80px;
			margin-left:16px;
			margin-right:16px;
      margin-top: 10px;
      margin-bottom: 10px;
			padding:0px;
			font-size:1em;
			font-weight:bold;
			min-height:50px;
		}		
		
		#calcsaisie{
			width:100%;
			font-size:2em;
			text-align:right;
			font-weight:bold;
		}	
		
		.calc-img{
			vertical-align: center;
    	margin: -0.35rem;
		}