.value-spinner {
  white-space: nowrap;
}

.value-spinner .spinner-up, .value-spinner .spinner-down {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-align: initial;
  border-radius: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #666666;
  display: block;
  cursor: pointer;
  text-align: center;
}

.value-spinner .spinner-value {
  line-height: 30px;
  width: 40px;
  height: 30px;
  display: block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
