@charset "UTF-8";
/*
 * This file is part of the AmazonPay package.
 *
 * (c) Karabiner.inc <bell.tanaka@karabiner.tech>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

#amazon-customer-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#addressBookWidgetDiv {
    width: 450px;
    height: 260px;
}

#walletWidgetDiv {
    width: 450px;
    height: 260px;
}

.amazon-login-box {
    margin: 20px;
    font-size: 12px;
    text-align: center;
}
