.touchspin {
	position: relative;
}

.touchspin input {
	width: 45px;
	height: 30px;
	margin-left: 30px;
	border-radius: 0;
	border: 1px solid #000;
	text-align: center !important;
}

.touchspin button {
	position: absolute;
	padding: 0;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 1;
}
