.card-img {
    width: 100%;
}

.header-img {
    max-width: 100%;
    max-height: 200px;
}

.footer-img {
    max-width: 100%;
    max-height: 164px;
}

.main-content {
    border: 1px solid #ddd;
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
}

.card-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.delivery-information table tr td,
.right-column-content table tr td,
.delivery-information-small-screen table tr td {
    vertical-align: top;
}

.delivery-information table tr td:first-child,
.right-column-content table tr td:first-child {
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 10px;
}

.delivery-information .card-amount {
    font-size: 32px;
    font-weight: bold
}

.delivery-information-small-screen {
    margin-top: 40px;
}

.delivery-information-small-screen .panel {
    margin-bottom: 0;
}

.delivery-information-small-screen .message {
    text-align: center;
}

.delivery-information-small-screen table {
    margin: 0 auto;
}

.delivery-information-small-screen table tr td:first-child {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 15px;
}

.delivery-information-small-screen .message {
    padding-left: 10px;
}

.card-row .card-info .card-amount {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.card-info {
    margin-top: 12px;
}

.card-info .gift-details {
    font-size: 15px;
    padding: 5px;
}

.card-info .gift-details .expiry-date {
    float: right;
}

.card-info .card-number {
    clear: both;
}

.barcode {
    margin-top: 10px;
    text-align: center;
}

.pin {
    margin-top: 10px;
}

.barcode .barcode-img {
    max-width: 100%;
}

.information-row {
    margin-bottom: 20px;
}

.left-column-content h1, .right-column-content h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.regift-container, .wallet-container {
    text-align: center;
    margin-top: 20px;
}

.jumbotron {
    background: transparent;
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 991px) {
    .container-background {
        background: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .main-content {
        border: 0;
    }

    .card-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .information-row {
        margin-bottom: 20px;
    }

    .navbar {
        margin-bottom: 0;
    }
}

.apple-wallet-btn {
    height: 36px;
    width: 116px;
}

/*
we use this to reposition the hidden response field so that
the browser native error message appears right under the
recaptcha widget.
 */
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}