.nice-number {
  display: inline-flex;
  justify-content: stretch;
  position:absolute;
}

.nice-number input {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
  border:0px;
  height:26px;
  min-width:30px;
  font-size:12px;
  background:#CF152D;
  color:#fff;
  border:1px solid #ee0000;
  margin-bottom:10px;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.nice-number button
{
	background:#fff;
	color:#999;
	border-radius:0px;
	border:1px solid #bbb;
	width:30px;
	height:30px;
	line-height:10px;
	font-size:12px;
	text-align:center;
	padding:0px;
}

.nice-number button:first-child
{
	border-right:0px;
}

.nice-number button:last-child
{
	border-left:0px;
}