#addressBookWidgetDiv {
    min-width: 300px;
    max-width: 600px;
    min-height:228px;
    max-height: 400px;
}
#walletWidgetDiv {
    min-width: 300px;
    max-width:600px;
    min-height: 228px;
    max-height: 400px;
}
#consentWidgetDiv {
    min-width: 300px;
    max-width:600px;
    min-height: 140px;
    max-height: 400px;
}
#ReadonlyAddressBookWidgetDiv {
    min-width: 300px;
    max-width:600px;
    min-height: 185px;
    max-height: 185px;
}
#ReadOnlyWalletWidgetDiv {
    min-width: 300px;
    max-width:600px;
    min-height: 185px;
    max-height: 185px;
}

/* Smartphone and small window */
#addressBookWidgetDiv {
    width: 100%;
    height: 228px;
}
#walletWidgetDiv {
    width: 100%;
    height: 228px;
}
#consentWidgetDiv {
    width: 100%;
    height: 140px;
}
#ReadonlyAddressBookWidgetDiv {
    width: 100%;
    height: 185px;
}
#ReadOnlyWalletWidgetDiv {
    width: 100%;
    height: 185px;
}

.AmazonPaymentsLoginButton {
    width: 200px;
    heoght: 45px;
}

/* Desktop and tablet */
@media only screen and (min-width: 768px) {
    #addressBookWidgetDiv {
        width: 400px;
        height: 228px;
    }
    #walletWidgetDiv {
        width: 400px;
        height: 228px;
    }
    #consentWidgetDiv {
        width: 400px;
        height: 140px;
    }
    #ReadonlyAddressBookWidgetDiv {
        width: 400px;
        height: 185px;
    }
    #ReadOnlyWalletWidgetDiv {
        width: 400px;
        height: 185px;
    }
}
#upsell_form #PayWithPaypal {
    text-align: right;
}
.hidden_payment {
    display: none !important;
}

#changeAddressPay, #changePayOnly, #changeAddressPayLanding {
    color: #4d9ad8;
    margin-top: 10px;
    text-align: right !important;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    width: auto;
    margin-right: 40px;
}
#changePayOnly {
    text-decoration: none;
    color: black;
}
#changePayOnly .changePayOnly-link, .unchangable-address-warning .unchangable-address-warning-link {
    font-weight: bold;
    color: #4d9ad8;
    text-decoration: underline;
}
#changePayOnly {
	margin-right: 10px !important;
}

.btnAmzPaymentV2{
    max-width: 222px !important;
    top: 2px;
}

.btnAmzPaymentV2html {
    max-width: 226px !important;
    left: 0 !important;
    top: 2px;
}

.btnAmzPaymentV2NotAll {
    max-width: 226px !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .btnAmzPaymentV2, .btnAmzPaymentV2html {
        max-width: 224px !important;
        left: 0;
    }

    .btnAmzPaymentV2NotAll {
        max-width: 222px !important;
    }
	
	#changePayOnly {
		margin-right: 0px !important;
	}

	#changeAddressPay {
		margin-top: -10px;
		margin-right: 10px;
	}
}
