<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office">
<head>

<!--
/**
 * Mobile Order Email Receipt Template
 *
 * Copyright (c) Disney.  All rights reserved.
 * Version 4: Combo Meals and DDP+Discounts/Promos
 */
-->

<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=600" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<!--[if gte mso 14]>
<xml>
    <o:OfficeDocumentSettings>
        <o:AllowPNG/>
        <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
<style type="text/css">
* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
body {
  background-color: #ecf1f4;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #253b56;
  padding: 0
}
img {
  border: none;
  display: block;
}
p {
  margin: 0;
}
.outer_table {
  border: 0;
  background-color: #ffffff;
  margin: 35px auto;
  border-radius: 8px;
  padding-top: 8px;
  box-shadow: 0px 0px 10px #E0E0E0;
}
.outer_table > tbody > tr > td {
  padding-left: 32px;
  padding-right: 32px;
}
.outer_table > tbody > tr > td.indent_inner {
  padding-left: 68px;  /* 32 + 36 */
  padding-right: 68px;
}
.outer_table > tbody > tr > td.indent_inner > table {
  width: 424px;  /* 560 - (68 * 2) */
}
.outer_table > tbody > tr.iwm_spacing {
  height: 24px;
}
.outer_table > tbody > tr > td.iwm {
  padding: 32px 68px 16px;
  margin: 24px 0 16px;
  background-color: #ecf1f4;
  font-size: 20px;
  line-height: 30px;
  color: #253b56;
}
tr.item-details > td {
  padding-bottom: 16px;
}
tr.modifier > td {
  padding-bottom: 1px;
}
tr.modifiers-spacing {
  height: 10px;
}
tr.discount td {
  padding-bottom: 8px;
}
tr.discounts-spacing {
  height: 2px;
}
.page_full_width {
  width: 560px;
}
.page_padded_width {
  width: 424px;  /* 560 - (68 * 2) */
  height: auto;
}
.hr_padding {
  padding: 16px 0;
}
.hr_padding.thick {
  padding: 24px 0;
}
.hr_padding.first_hr {
  padding: 28px 0 24px;
}
.remaining_balance .hr_padding {
  height: 6px;
  padding: 0;
}
.remaining_balance_title {
  line-height: 20px;
  padding-bottom: 16px;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  color: #e0e0e0;
  background-color: #e0e0e0;
}
.hr_padding.thick hr {
  height: 8px;
  background-color: #ecf1f4;
}
td.full_width {
  width: 100%;
}
td.full_width hr {
  width: 100%;
}
.font_h1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 16px;
  text-align: center;
  color: #253b56;
}
.font_h2 {
  font-size: 18px;
  line-height: 24px;
  color: #253b56;
  text-align: center;
}
.font_h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #253b56;
}
.font_h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #253b56;
}
.font_h4.order_number {
  line-height: 20px;
}
.font_h4.item_name {
  line-height: 20px;
}
.font_h4.price {
  line-height: 20px;
}
.font_h5_roman {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #253b56;
}
td.comboItemName {
  font-weight: 900;
}
td.comboItemModifierName {
  padding-left: 16px;
}
.font_h5_roman.addedPrice {
  color: #58831b;
  font-weight: 900;
}
.font_h5_roman.perEntree {
  font-size: 8px;
  letter-spacing: 0.6px;
  line-height: 10px;
}
.font_h5 {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #253b56;
}
.font_caption {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #78899e;
}
.logo {
  height: 46px;
  overflow: hidden;
  max-width: 560px;
}
.logo img {
  height: auto;
  margin-top: -2px;
  border: none;
  display: block;
  width: 560px;
}
.order_location {
  line-height: 22px;
}
.prices_in_usd {
  color: #78899e;
  line-height: 16px;
  padding-bottom: 20px;
}
.order_details {
  line-height: 20px;
}
.no_rounding {
  border-radius: 0px;
}
@media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 32px;
    line-height: 52px;
  }
  .page_full_width {
    width: 600px;
  }
  .page_padded_width {
    width: 558px;  /* 600 - (16 * 2) */
  }
  .outer_table {
    margin: 0 auto;
  }
  .outer_table > tbody > tr > td,
  .outer_table > tbody > tr > td.indent_inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .outer_table > tbody > tr > td.indent_inner > table {
    width: 536px;  /* 600 - (32 * 2) */
  }
  .outer_table > tbody > tr.iwm_spacing {
    height: 48px;
  }
  .outer_table > tbody > tr > td.iwm {
    padding: 32px 34px 16px;
    margin: 48px 0 32px;
    font-size: 40px;
    line-height: 60px;
  }
  .logo img {
    margin-left: -199px;
    width: auto;
  }
  .hr_padding {
    padding: 32px 0;
  }
  .hr_padding.first_hr {
    padding: 56px 0 48px;
  }
  .hr_padding.thick {
    padding: 48px 0;
  }
  .hr_padding.thick hr {
    height: 16px;
  }
  .font_h1 {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 32px;
  }
  .font_h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .font_h3 {
    font-size: 40px;
    line-height: 60px;
  }
  .font_h4 {
    font-size: 32px;
    line-height: 52px;
  }
  .font_h4.order_number {
    line-height: 40px;
  }
  .font_h4.item_name {
    line-height: 40px;
  }
  .font_h4.price {
    line-height: 40px;
  }
  .font_h5_roman {
    font-size: 24px;
    line-height: 32px;
  }
  .font_h5_roman.perEntree {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 20px;
  }
  .font_h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .font_caption {
    font-size: 24px;
    line-height: 32px;
  }
  .order_location {
    line-height: 44px;
  }
  .prices_in_usd {
    line-height: 32px;
    padding-bottom: 40px;
  }
  .order_details {
    line-height: 40px;
  }
  .remaining_balance_title {
    line-height: 40px;
    padding-bottom: 32px;
  }
}
</style>
<!--[if mso]>
  <style type="text/css">
    img {
      -ms-interpolation-mode:bicubic;
    }
    table {
      border:none;
      border-spacing:0;
      border-collapse:collapse;
      mso-table-lspace:0pt;
      mso-table-rspace:0pt;
    }
    td {
      border-collapse:collapse;
    }
  </style>
<![endif]-->
</head>
<body>
<div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;"><img border="0" width="1" height="1" src="http://disney.et.e.sparkpost.com/q/8YAvkW1lymKSyV3mgBkbCA~~/AAAAAQA~/RgRgEKilPVcGZGlzbmV5QgoANKUjLl6-dCq2UhBob3VzZUB0ZWRkeWIub3JnWAQAAAAG"/></div>

    <table class="outer_table page_padded_width" cellpadding="0" cellspacing="0">

        <!--  -->

        <!-- START HEADER IMAGE -->
        <tr>
            <td align="center" style="padding: 0 0 20px;">
                <table border="0" cellpadding="0" cellspacing="0" class="page_full_width">
                    <tr>
                        <td align="center" valign="top" class="logo">
                            <!--  -->
                            <img src="http://litmus.twdcmedia.com/XXXXX/dlr-a-default2.png" alt="" />
                            <!--  -->
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <!-- END HEADER IMAGE -->

        <!-- START ORDER STATUS -->
        <!--  -->
        <tr>
            <td class="font_h1">Thank You For Your Order</td>
        </tr>
        <tr>
            <td class="font_h2">Your payment for this order has been processed.</td>
        </tr>
        <tr>
            <td class="hr_padding full_width first_hr" align="center">
                <hr />
            </td>
        </tr>
        <!-- END ORDER STATUS -->

        <!-- START ORDER NUMBER AND LOCATION -->
        <tr>
            <td class="font_h4 order_number" style="text-align: center;">
                Order #7404<br />
                Galactic Grill
            </td>
        </tr>
        <tr>
            <td class="font_h5_roman order_location" style="text-align: center;">
                Disneyland Park, Tomorrowland</td>
        </tr>
        <!-- END ORDER NUMBER AND LOCATION -->

        <!-- START ITEM LIST -->
        <!--  -->
            <tr>
                <td class="hr_padding thick" align="center">
                    <hr />
                </td>
            </tr>
            <tr>
                <td class="indent_inner" align="left" valign="middle">
                    <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: table;">
                        <tr class="item-details">
                            <td class="font_h4 item_name" align="left" valign="top">
                                Milk Allergy-Friendly Kids' Hamburger</td>
                            <td class="font_h5_roman" align="right" valign="top" style="color: #5b6c7d; padding: 7px 0 0 12px">
                                $7.99</td>
                        </tr>

                        <!-- START MODIFIERS -->
                        <!--  -->
                        <!--  -->
                        <!-- END MODIFIERS -->

                        <!-- START COMBO ITEMS -->
                        <!--  -->

                        <!-- END COMBO ITEMS -->

                        <!-- START DISCOUNTS -->
                        <!--  -->
                        <!-- END DISCOUNTS -->

                        <tr>
                            <td class="hr_padding" align="center" colspan="2" style="padding-top: 6px;">
                                <hr />
                            </td>
                        </tr>
                        <tr>
                            <td class="font_h4 price" align="right" valign="middle" colspan="2">

                                <!--  -->

                                $7.99<br />
                                <!--  -->
                                <!--  -->
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        <!--  -->
            <tr>
                <td class="hr_padding thick" align="center">
                    <hr />
                </td>
            </tr>
            <tr>
                <td class="indent_inner" align="left" valign="middle">
                    <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: table;">
                        <tr class="item-details">
                            <td class="font_h4 item_name" align="left" valign="top">
                                Milk Allergy-Friendly Kids' Hamburger</td>
                            <td class="font_h5_roman" align="right" valign="top" style="color: #5b6c7d; padding: 7px 0 0 12px">
                                $7.99</td>
                        </tr>

                        <!-- START MODIFIERS -->
                        <!--  -->
                        <!--  -->
                        <!-- END MODIFIERS -->

                        <!-- START COMBO ITEMS -->
                        <!--  -->

                        <!-- END COMBO ITEMS -->

                        <!-- START DISCOUNTS -->
                        <!--  -->
                        <!-- END DISCOUNTS -->

                        <tr>
                            <td class="hr_padding" align="center" colspan="2" style="padding-top: 6px;">
                                <hr />
                            </td>
                        </tr>
                        <tr>
                            <td class="font_h4 price" align="right" valign="middle" colspan="2">

                                <!--  -->

                                $7.99<br />
                                <!--  -->
                                <!--  -->
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        <!--  -->
        <!-- END ITEM LIST -->

<!--  -->

        <!-- START TOTAL -->
        <tr>
            <td class="hr_padding thick" align="center">
                <hr />
            </td>
        </tr>
        <tr>
            <td class="indent_inner" align="left" valign="middle">
                <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: table;">
                    <tr>
                        <td valign="top" style="text-align: left; padding-bottom: 32px;">
                            2 Items
                        </td>
                    </tr>

                    <!-- START TOTAL DISCOUNT -->
                    <!--  -->
                    <!-- END TOTAL DISCOUNT -->

                    <!--  -->

                    <tr>
                        <td valign="top" style="text-align: left;">Subtotal</td>
                        <td valign="top" style="text-align: right;">$15.98</td>
                    </tr>
                    <tr>
                        <td valign="top" style="text-align: left;">Tax</td>
                        <td valign="top" style="text-align: right; padding-bottom: 32px;">$1.24</td>
                    </tr>
                    <tr>
                        <td valign="top" style="text-align: left;" class="font_h3">Total Payment:</td>
                        <td valign="top" style="text-align: right;" class="font_h3">$17.22</td>
                    </tr>
                    <tr>
                        <td class="prices_in_usd" valign="top" style="text-align: left;">Prices are in USD</td>
                    </tr>
                    <tr>
                        <td colspan="2" style="text-align: right; padding-bottom: 12px;">
                          <!--  -->
                              <!--  -->
                                  <span class="font_h5">Card Not Present Sale</span><br />
                                  <span class="font_h5_roman">Charged to VIS
                                      ending in 3815</span>
                              <!--  -->
                          <!--  -->
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <!-- END TOTAL -->

<!--  -->

        <!-- START TRANSACTION DETAILS -->
        <tr>
            <td class="hr_padding" align="center">
                <hr />
            </td>
        </tr>
        <tr>
            <td class="font_h5_roman" style="text-align: left;">
                <p style="margin: 12px 0 28px;">Robin Powell<br />
                house@teddyb.org</p>

                <p class="order_details"><span class="font_h5">Order #:</span> 7404<br />
            <!--  -->
                <span class="font_h5">Transaction #:</span>
                <span style="white-space: nowrap;">75506401-ac8e-4b1c-9b02-42ac658b150e</span><br />
                <!--  --><span class="font_h5">RRN:</span>
                    550443266825<br /><!--  -->
                <!--  --><span class="font_h5">Authorization Code:</span>
                    06078D<br /><!--  -->
            <!--  -->
                <span class="font_h5">Date:</span> 2020-01-26 15:36</p>
            </td>
        </tr>
        <tr>
            <td class="hr_padding full_width" align="center" style="padding: 20px 0 28px;">
                <hr />
            </td>
        </tr>
        <!-- END TRANSACTION DETAILS -->

        <!-- START FOOTER -->
        <tr>
            <td class="font_h5_roman" style="text-align: left;">
                <p style="padding-bottom: 20px;">
                <!--  -->
                    DLR F&B Sale Mobile<br />
                    1313 South Harbor Blvd<br />
                    Anaheim, CA  92802 USA
                <!--  -->
                </p>
                <p class="font_caption" style="padding-bottom: 20px;">Total payment reflects add-ons to specific food
                    or beverage items.</p>
                <p class="font_caption" style="padding-bottom: 20px;">For assistance, please speak with a Cast Member
                    at Galactic Grill.</p>
                <p class="font_caption" style="padding-bottom: 48px;">All sales final.</p>
            </td>
        </tr>
    </table>
    <!-- END FOOTER -->
<img src="https://clk.messaging.go.com/c/62/bcasts/1986621313/view?Y2g9RU1BSUwmZWE9aG91c2VAdGVkZHliLm9yZyZzaWc9YmR5eXprRUxWZVl0c3hCNFZJRWVpVDBCaDRJ"  width="1" height="1"/>
<img border="0" width="1" height="1" alt="" src="http://disney.et.e.sparkpost.com/q/AnV7prHIZ8buui4C0vFyIQ~~/AAAAAQA~/RgRgEKilPlcGZGlzbmV5QgoANKUjLl6-dCq2UhBob3VzZUB0ZWRkeWIub3JnWAQAAAAG">
</body>
</html>