/* Default Amazon Payments CSS */

#checkout-amazon-payments h2 {
  margin-top:1em;
}

.amazon-widget-wrapper {
  float:left;
}

#amazon-widget-address-wrapper {
  width:48%;
  margin-right:2%;
}

#amazon-widget-wallet-wrapper {
  width:48%;
}

#amazon-widget-address,
#amazon-widget-wallet {
  max-width:100%;
  height: 250px;
}

#amazon-widget-wallet {
  height:250px;
  margin-bottom:1em;
}

#widget-please-wait {
  z-index:50;
}

#additional-form-fields {
  clear:both;
}

#amazon-widget-consent {
  clear:both;
  height:100px;
  width:98%;
}

#checkout-amazon-columns .f-left {
  display:none;
}

@media all and (max-width: 640px) {
  #amazon-widget-address-wrapper,
  #amazon-widget-wallet-wrapper {
    float:none;
    width:auto;
    margin:auto;
  }

  #amazon-widget-wallet-wrapper {
    margin-top:1em;
  }

}
