.change_quantity > a {
    background-color: #ccc;
    border-radius: 3px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    width: 1.7em;
}
.change_quantity > a:hover {
    text-decoration: none;
}