@charset "UTF-8";

.tabla{
	display: table;
	margin: auto;
	border:1px solid #bbb;
	padding: 5px;
}

.row{		
	display: table-row;			
}

.col1{	
	width: 75%;
	padding-right: 50px;
	display: table-cell;			
	text-align: right;
}

.col2{			
	width: 25%;
	display: table-cell;			
}

.col2 input[type="number"] {
	color: #909090;
}






