div#depotfinder .counter {
  position: relative;
  display: inline-block;
  border: 1px solid #135195;
  border-radius: 3px;
  background: #fff;
}
div#depotfinder .counter input {
  display: inline-block;
  font-family: inherit;
  border: 0;
  background: #fff;
  padding: 7px 8px;
  color: #135195;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  max-height: 32px;
}
div#depotfinder .counter .counter-plus,
div#depotfinder .counter .counter-minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 13px;
  background: #135195;
  color: #fff;
  transition: all 0.5s ease;
}
div#depotfinder .counter .counter-plus:hover,
div#depotfinder .counter .counter-minus:hover {
  background: #2267b3;
}
div#depotfinder .counter p {
  position: absolute;
  left: -210px;
  bottom: 16px;
  width: 200px;
  font-size: 15px;
  color: Black;
}
div#depotfinder .counter .help {
  cursor: pointer;
  left: 5px;
  top: -28px;
  position: absolute;
}
