/**
 */

.customer-addresses {
  width: 100%;
  float: left;
}

.customer-addresses select, .customer-address input.form-text {
  max-width: 100%
}

.shippable .customer-address {
  width: 49%;
  float: left;
}


