.number-spinner { width:80px; height:24px; padding:0; margin:0; }
.number-spinner .btn { display:table-cell; padding:2px; background-color:#fff; width:24px; }
.number-spinner .btn.btn-outline { 
	border-radius:0;
	border-top:1px solid #ccc; border-bottom:1px solid #ccc; 
	border-left:0; border-right:0; 
	padding:0; }
.number-spinner .btn:first-child { 
	border-top-left-radius:4px; border-bottom-left-radius:4px; 
	border-top-right-radius:0px; border-bottom-right-radius:0px; }
.number-spinner .btn:last-child { 
	border-top-left-radius:0px; border-bottom-left-radius:0px;
	border-top-right-radius:4px; border-bottom-right-radius:4px; }
.number-spinner input { width:32px; height:100%; border:0; padding:0 4px; text-align:center; }
