button {
    cursor: pointer
}

input {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 6px 12px
}
.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter input {
    float: left;
    text-align: center
}

.handle-counter input {
    width: 50px;
    border-width: 1px;
    border-left: none;
    border-right: none
}