
form.buy-now {
  margin: 1em 0;
}

form.buy-now .quantity {
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
  height: 19px;
  width: 20px;
}

form.buy-now .quantity,
form.buy-now .form-submit {
  vertical-align: top;
}

.order-history table table {
  margin: 0;
}


.order-history table table tr {
  border: 0;
}

.order-history table table td, th {
  padding-top: 0;
  padding-bottom: 0;
}

#user-password-form fieldset {
  padding-bottom: 20px;
}
