div.spinedit {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  
  margin: 1px 0px;
  
  display: inline-block;
  
  position: relative;
}

div.spinedit > input {
  text-align: center;
  display: inline-block;
  
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 2px 27px;
  margin: -1px 0px;
  
  position: relative;
  width: 60px;
}

div.spinedit > div.sub, div.spinedit > div.add {
  cursor: pointer;
  
  position: absolute;
  top: 0px;
  width: 23px;
  height: 100%;
}

div.spinedit > div.sub {
  background: url('/data/images/global/icons/sub.svg') no-repeat 50% 50%;
  background-size: 15px 15px;
  
  border-right: 1px solid #a9a9a9;
  
  left: 1px;
}

div.spinedit > div.add {
  background: url('/data/images/global/icons/add.svg') no-repeat 50% 50%;
  background-size: 15px 15px;
  
  border-left: 1px solid #a9a9a9;
  
  right: 1px;
}

div.spinedit.done > input {
  background: #dfd;
}

div.spinedit.error > input {
  background: #fdd;
}
