bitcoin-atm

bitcoin atm for pyc inc.

git clone https://9o.is/git/bitcoin-atm.git

receipt.html

(30204B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 	<head>
      4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5         <title><span class="ptitle"></span></title>
      6         <style type="text/css">
      7 			/* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
      8 			#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
      9 			.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
     10 			.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
     11 			body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
     12 			table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
     13 			img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
     14 
     15 			/* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
     16 			body{margin:0; padding:0;}
     17 			img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
     18 			table{border-collapse:collapse !important;}
     19 			body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
     20 
     21 			/* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */
     22 
     23 			/* ========== Page Styles ========== */
     24 
     25 			#bodyCell{padding:20px;}
     26 			#templateContainer{width:500px;}
     27 
     28 			/**
     29 			* @tab Page
     30 			* @section background style
     31 			* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
     32 			* @theme page
     33 			*/
     34 			body, #bodyTable{
     35 				/*@editable*/ background-color:#FFFFFF;
     36 			}
     37 
     38 			/**
     39 			* @tab Page
     40 			* @section background style
     41 			* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
     42 			* @theme page
     43 			*/
     44 			#bodyCell{
     45 				/*@editable*/ border-top:4px solid #FFFFFF;
     46 			}
     47 
     48 			/**
     49 			* @tab Page
     50 			* @section email border
     51 			* @tip Set the border for your email.
     52 			*/
     53 			#templateContainer{
     54 				/*@editable*/ border:1px solid #BBBBBB;
     55 			}
     56 
     57 			/**
     58 			* @tab Page
     59 			* @section heading 1
     60 			* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
     61 			* @style heading 1
     62 			*/
     63 			h1{
     64 				/*@editable*/ color:#202020 !important;
     65 				display:block;
     66 				/*@editable*/ font-family:Helvetica;
     67 				/*@editable*/ font-size:26px;
     68 				/*@editable*/ font-style:normal;
     69 				/*@editable*/ font-weight:bold;
     70 				/*@editable*/ line-height:100%;
     71 				/*@editable*/ letter-spacing:normal;
     72 				margin-top:0;
     73 				margin-right:0;
     74 				margin-bottom:10px;
     75 				margin-left:0;
     76 				/*@editable*/ text-align:left;
     77 			}
     78 
     79 			/**
     80 			* @tab Page
     81 			* @section heading 2
     82 			* @tip Set the styling for all second-level headings in your emails.
     83 			* @style heading 2
     84 			*/
     85 			h2{
     86 				/*@editable*/ color:#404040 !important;
     87 				display:block;
     88 				/*@editable*/ font-family:Helvetica;
     89 				/*@editable*/ font-size:20px;
     90 				/*@editable*/ font-style:normal;
     91 				/*@editable*/ font-weight:400;
     92 				/*@editable*/ line-height:100%;
     93 				/*@editable*/ letter-spacing:normal;
     94 				margin-top:0;
     95 				margin-right:0;
     96 				margin-bottom:10px;
     97 				margin-left:0;
     98 				/*@editable*/ text-align:left;
     99 			}
    100 
    101 			/**
    102 			* @tab Page
    103 			* @section heading 3
    104 			* @tip Set the styling for all third-level headings in your emails.
    105 			* @style heading 3
    106 			*/
    107 			h3{
    108 				/*@editable*/ color:#606060 !important;
    109 				display:block;
    110 				/*@editable*/ font-family:Helvetica;
    111 				/*@editable*/ font-size:16px;
    112 				/*@editable*/ font-style:italic;
    113 				/*@editable*/ font-weight:normal;
    114 				/*@editable*/ line-height:100%;
    115 				/*@editable*/ letter-spacing:normal;
    116 				margin-top:0;
    117 				margin-right:0;
    118 				margin-bottom:10px;
    119 				margin-left:0;
    120 				/*@editable*/ text-align:left;
    121 			}
    122 
    123 			/**
    124 			* @tab Page
    125 			* @section heading 4
    126 			* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
    127 			* @style heading 4
    128 			*/
    129 			h4{
    130 				/*@editable*/ color:#808080 !important;
    131 				display:block;
    132 				/*@editable*/ font-family:Helvetica;
    133 				/*@editable*/ font-size:14px;
    134 				/*@editable*/ font-style:italic;
    135 				/*@editable*/ font-weight:normal;
    136 				/*@editable*/ line-height:100%;
    137 				/*@editable*/ letter-spacing:normal;
    138 				margin-top:0;
    139 				margin-right:0;
    140 				margin-bottom:10px;
    141 				margin-left:0;
    142 				/*@editable*/ text-align:left;
    143 			}
    144 
    145 			/* ========== Header Styles ========== */
    146 
    147 			/**
    148 			* @tab Header
    149 			* @section preheader style
    150 			* @tip Set the background color and bottom border for your email's preheader area.
    151 			* @theme header
    152 			*/
    153 			#templatePreheader{
    154 				/*@editable*/ background-color:#3E648D;
    155 				/*@editable*/ border-bottom:1px solid #CCCCCC;
    156 			}
    157 
    158 			/**
    159 			* @tab Header
    160 			* @section preheader text
    161 			* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
    162 			*/
    163 			.preheaderContent{
    164 				/*@editable*/ color:#ffffff;
    165 				/*@editable*/ font-family:Helvetica;
    166 				/*@editable*/ font-size:10px;
    167 				/*@editable*/ line-height:125%;
    168 				/*@editable*/ text-align:left;
    169 			}
    170 
    171 			/**
    172 			* @tab Header
    173 			* @section preheader link
    174 			* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
    175 			*/
    176 			.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
    177 				/*@editable*/ color:#ffffff;
    178 				/*@editable*/ font-weight:normal;
    179 				/*@editable*/ text-decoration:underline;
    180 			}
    181 
    182 			/**
    183 			* @tab Header
    184 			* @section header style
    185 			* @tip Set the background color and borders for your email's header area.
    186 			* @theme header
    187 			*/
    188 			#templateHeader{
    189 				/*@editable*/ background-color:#FFFFFF;
    190 			}
    191 
    192 			/**
    193 			* @tab Header
    194 			* @section header text
    195 			* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
    196 			*/
    197 			.headerContent{
    198 				/*@editable*/ color:#505050;
    199 				/*@editable*/ font-family:Helvetica;
    200 				/*@editable*/ font-size:20px;
    201 				/*@editable*/ font-weight:bold;
    202 				/*@editable*/ line-height:100%;
    203 				/*@editable*/ padding-top:10px;
    204 				/*@editable*/ padding-right:10px;
    205 				/*@editable*/ padding-bottom:10px;
    206 				/*@editable*/ padding-left:10px;
    207 				/*@editable*/ text-align:left;
    208 				/*@editable*/ vertical-align:middle;
    209 			}
    210 
    211 			/**
    212 			* @tab Header
    213 			* @section header link
    214 			* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
    215 			*/
    216 			.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
    217 				/*@editable*/ color:#EB4102;
    218 				/*@editable*/ font-weight:normal;
    219 				/*@editable*/ text-decoration:underline;
    220 			}
    221 
    222 			#headerImage{
    223 				height:auto;
    224 				max-width:160px;
    225 			}
    226 
    227 			/* ========== Body Styles ========== */
    228 
    229 			/**
    230 			* @tab Body
    231 			* @section body style
    232 			* @tip Set the background color and borders for your email's body area.
    233 			*/
    234 			#templateBody{
    235 				/*@editable*/ background-color:#FFFFFF;
    236 			}
    237 
    238 			/**
    239 			* @tab Body
    240 			* @section body text
    241 			* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
    242 			* @theme main
    243 			*/
    244 			.bodyContent{
    245 				/*@editable*/ color:#505050;
    246 				/*@editable*/ font-family:Helvetica;
    247 				/*@editable*/ font-size:16px;
    248 				/*@editable*/ line-height:150%;
    249 				padding-top:20px;
    250 				padding-right:20px;
    251 				padding-bottom:20px;
    252 				padding-left:20px;
    253 				/*@editable*/ text-align:left;
    254 			}
    255 
    256 			.bodyp {
    257 				text-align:center;
    258  			}
    259 
    260 			.txtable {
    261 				margin-left:auto;
    262 				margin-right:auto;
    263 			}
    264 
    265 			.txtable td.title {
    266 				text-align:right;
    267 				padding-right:10px;
    268 			}
    269 
    270 			/**
    271 			* @tab Body
    272 			* @section body link
    273 			* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
    274 			*/
    275 			.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
    276 				/*@editable*/ color:#3E648D;
    277 				/*@editable*/ font-weight:normal;
    278 				/*@editable*/ text-decoration:underline;
    279 			}
    280 
    281 			.bodyContent img{
    282 				display:inline;
    283 				height:auto;
    284 				max-width:560px;
    285 			}
    286 
    287 			/* ========== Column Styles ========== */
    288 
    289 			.templateColumnContainer{width:260px;}
    290 
    291 			/**
    292 			* @tab Columns
    293 			* @section column style
    294 			* @tip Set the background color and borders for your email's column area.
    295 			*/
    296 			#templateColumns{
    297 				/*@editable*/ background-color:#FFFFFF;
    298 				/*@editable*/ border-top:1px solid #FFFFFF;
    299 				/*@editable*/ border-bottom:1px solid #CCCCCC;
    300 			}
    301 
    302 			/**
    303 			* @tab Columns
    304 			* @section left column text
    305 			* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
    306 			*/
    307 			.leftColumnContent{
    308 				/*@editable*/ color:#505050;
    309 				/*@editable*/ font-family:Helvetica;
    310 				/*@editable*/ font-size:14px;
    311 				/*@editable*/ line-height:150%;
    312 				padding-top:0;
    313 				padding-right:20px;
    314 				padding-bottom:20px;
    315 				padding-left:20px;
    316 				/*@editable*/ text-align:left;
    317 			}
    318 
    319 			/**
    320 			* @tab Columns
    321 			* @section left column link
    322 			* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
    323 			*/
    324 			.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
    325 				/*@editable*/ color:#3E648D;
    326 				/*@editable*/ font-weight:normal;
    327 				/*@editable*/ text-decoration:underline;
    328 			}
    329 
    330 			/**
    331 			* @tab Columns
    332 			* @section right column text
    333 			* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
    334 			*/
    335 			.rightColumnContent{
    336 				/*@editable*/ color:#505050;
    337 				/*@editable*/ font-family:Helvetica;
    338 				/*@editable*/ font-size:14px;
    339 				/*@editable*/ line-height:150%;
    340 				padding-top:0;
    341 				padding-right:20px;
    342 				padding-bottom:20px;
    343 				padding-left:20px;
    344 				/*@editable*/ text-align:left;
    345 			}
    346 
    347 			/**
    348 			* @tab Columns
    349 			* @section right column link
    350 			* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
    351 			*/
    352 			.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
    353 				/*@editable*/ color:#3E648D;
    354 				/*@editable*/ font-weight:normal;
    355 				/*@editable*/ text-decoration:underline;
    356 			}
    357 
    358 			.leftColumnContent img, .rightColumnContent img{
    359 				display:inline;
    360 				height:auto;
    361 				max-width:260px;
    362 			}
    363 
    364 			/* ========== Footer Styles ========== */
    365 
    366 			/**
    367 			* @tab Footer
    368 			* @section footer style
    369 			* @tip Set the background color and borders for your email's footer area.
    370 			* @theme footer
    371 			*/
    372 			#templateFooter{
    373 				/*@editable*/ background-color:#FFFFFF;
    374 				/*@editable*/ border-top:1px solid #FFFFFF;
    375 			}
    376 
    377 			/**
    378 			* @tab Footer
    379 			* @section footer text
    380 			* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
    381 			* @theme footer
    382 			*/
    383 			.footerContent{
    384 				/*@editable*/ color:#808080;
    385 				/*@editable*/ font-family:Helvetica;
    386 				/*@editable*/ font-size:10px;
    387 				/*@editable*/ line-height:150%;
    388 				padding-top:20px;
    389 				padding-right:20px;
    390 				padding-bottom:20px;
    391 				padding-left:20px;
    392 				/*@editable*/ text-align:center;
    393 			}
    394 
    395 			/**
    396 			* @tab Footer
    397 			* @section footer link
    398 			* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
    399 			*/
    400 			.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
    401 				/*@editable*/ color:#606060;
    402 				/*@editable*/ font-weight:normal;
    403 				/*@editable*/ text-decoration:underline;
    404 			}
    405 
    406 			/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
    407 
    408             @media only screen and (max-width: 480px){
    409 				/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
    410 				body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
    411                 body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */
    412 
    413 				/* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
    414 				#bodyCell{padding:10px !important;}
    415 
    416 				/* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
    417 
    418 				/* ======== Page Styles ======== */
    419 
    420 				/**
    421 				* @tab Mobile Styles
    422 				* @section template width
    423 				* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
    424 				*/
    425 				#templateContainer{
    426 					max-width:500px !important;
    427 					/*@editable*/ width:100% !important;
    428 				}
    429 
    430 				/**
    431 				* @tab Mobile Styles
    432 				* @section heading 1
    433 				* @tip Make the first-level headings larger in size for better readability on small screens.
    434 				*/
    435 				h1{
    436 					/*@editable*/ font-size:24px !important;
    437 					/*@editable*/ line-height:100% !important;
    438 				}
    439 
    440 				/**
    441 				* @tab Mobile Styles
    442 				* @section heading 2
    443 				* @tip Make the second-level headings larger in size for better readability on small screens.
    444 				*/
    445 				h2{
    446 					/*@editable*/ font-size:20px !important;
    447 					/*@editable*/ line-height:100% !important;
    448 				}
    449 
    450 				/**
    451 				* @tab Mobile Styles
    452 				* @section heading 3
    453 				* @tip Make the third-level headings larger in size for better readability on small screens.
    454 				*/
    455 				h3{
    456 					/*@editable*/ font-size:18px !important;
    457 					/*@editable*/ line-height:100% !important;
    458 				}
    459 
    460 				/**
    461 				* @tab Mobile Styles
    462 				* @section heading 4
    463 				* @tip Make the fourth-level headings larger in size for better readability on small screens.
    464 				*/
    465 				h4{
    466 					/*@editable*/ font-size:16px !important;
    467 					/*@editable*/ line-height:100% !important;
    468 				}
    469 
    470 				/* ======== Header Styles ======== */
    471 
    472 				#templatePreheader{display:none !important;} /* Hide the template preheader to save space */
    473 
    474 				/**
    475 				* @tab Mobile Styles
    476 				* @section header image
    477 				* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
    478 				*/
    479 				#headerImage{
    480 					height:auto !important;
    481 					/*@editable*/ max-width:160px !important;
    482 					/*@editable*/ width:100% !important;
    483 				}
    484 
    485 				/**
    486 				* @tab Mobile Styles
    487 				* @section header text
    488 				* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    489 				*/
    490 				.headerContent{
    491 					/*@editable*/ font-size:20px !important;
    492 					/*@editable*/ line-height:125% !important;
    493 				}
    494 
    495 				/* ======== Body Styles ======== */
    496 
    497 				/**
    498 				* @tab Mobile Styles
    499 				* @section body text
    500 				* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    501 				*/
    502 				.bodyContent{
    503 					/*@editable*/ font-size:18px !important;
    504 					/*@editable*/ line-height:125% !important;
    505 				}
    506 
    507 				/* ======== Column Styles ======== */
    508 
    509 				.templateColumnContainer{display:block !important; width:100% !important;}
    510 
    511 				/**
    512 				* @tab Mobile Styles
    513 				* @section column image
    514 				* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
    515 				*/
    516 				.columnImage{
    517 					height:auto !important;
    518 					/*@editable*/ max-width:480px !important;
    519 					/*@editable*/ width:100% !important;
    520 				}
    521 
    522 				/**
    523 				* @tab Mobile Styles
    524 				* @section left column text
    525 				* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    526 				*/
    527 				.leftColumnContent{
    528 					/*@editable*/ font-size:16px !important;
    529 					/*@editable*/ line-height:125% !important;
    530 				}
    531 
    532 				/**
    533 				* @tab Mobile Styles
    534 				* @section right column text
    535 				* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    536 				*/
    537 				.rightColumnContent{
    538 					/*@editable*/ font-size:16px !important;
    539 					/*@editable*/ line-height:125% !important;
    540 				}
    541 
    542 				/* ======== Footer Styles ======== */
    543 
    544 				/**
    545 				* @tab Mobile Styles
    546 				* @section footer text
    547 				* @tip Make the body content text larger in size for better readability on small screens.
    548 				*/
    549 				.footerContent{
    550 					/*@editable*/ font-size:14px !important;
    551 					/*@editable*/ line-height:115% !important;
    552 				}
    553 
    554 				.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
    555 			}
    556 		</style>
    557     </head>
    558     <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;margin: 0;padding: 0;background-color: #FFFFFF;height: 100% !important;width: 100% !important;">
    559     	<center>
    560         	<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 0;background-color: #FFFFFF;border-collapse: collapse !important;height: 100% !important;width: 100% !important;">
    561             	<tr>
    562                 	<td align="center" valign="top" id="bodyCell" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 20px;border-top: 4px solid #FFFFFF;height: 100% !important;width: 100% !important;">
    563                     	<!-- BEGIN TEMPLATE // -->
    564                     	<table border="0" cellpadding="0" cellspacing="0" id="templateContainer" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 600px;border: 1px solid #BBBBBB;border-collapse: collapse !important;">
    565                         	
    566                         	<tr>
    567                             	<td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
    568                                 	<!-- BEGIN HEADER // -->
    569                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #FFFFFF;border-collapse: collapse !important;">
    570                                         <tr>
    571                                             <td valign="top" class="headerContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 20px;font-weight: bold;line-height: 100%;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;text-align: center;vertical-align: middle;">
    572                                             	<img src="https://s3.amazonaws.com/assets-pyc/logo-text.png" style="max-width: 160px;-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext>
    573                                             </td>
    574                                         </tr>
    575                                         <tr>
    576                                             <td valign="top" class="headerContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 20px;font-weight: bold;line-height: 100%;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;text-align: center;vertical-align: middle;">
    577                                             	<h2 style="text-align: center;display: block;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: 400;line-height: 100%;letter-spacing: normal;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;color: #404040 !important;">Transaction Receipt</h2>
    578                                             </td>
    579                                         </tr>
    580                                     </table>
    581                                     <!-- // END HEADER -->
    582                                 </td>
    583                             </tr>
    584                         	<tr>
    585                             	<td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
    586                                 	<!-- BEGIN BODY // -->
    587                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #FFFFFF;border-collapse: collapse !important;">
    588                                         <tr>
    589                                             <td valign="top" class="bodyContent" mc:edit="body_content" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 16px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;">
    590                                                 
    591                                                 <span id="pbody"></span>You bought <span class="txbtc"></span> bitcoin from a PYC Bitcoin ATM. For more information, visit <a href="https://www.pycbitcoin.com/" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #3E648D;font-weight: normal;text-decoration: underline;">www.pycbitcoin.com</a>.
    592                                             </td>
    593                                         </tr>
    594                                         <tr>
    595                                             <td valign="top" class="bodyContent" mc:edit="body_content" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 16px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;">
    596                                                 
    597                                                 <table style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse !important;margin-left:auto;margin-right:auto;">
    598 
    599 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">bitcoin</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txbtc"></span></td></tr>
    600 
    601 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">purchased</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txpurchase"></span></td></tr>
    602 
    603 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">address</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txaddress"></span></td></tr>
    604 
    605 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">txid</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txid"></span></td></tr>
    606 
    607 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">date</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txdate"></span></td></tr>
    608 
    609 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">time</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txtime"></span></td></tr>
    610 
    611 <tr><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;text-align:right;padding-right:10px">location</td><td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"><span class="txlocation"></span></td></tr>
    612 
    613                                                 </table>
    614                                             </td>
    615                                         </tr>
    616                                     </table>
    617                                     <!-- // END BODY -->
    618                                 </td>
    619                             </tr>
    620                         	<tr>
    621                             	<td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
    622                                 	<!-- BEGIN COLUMNS // -->
    623                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #FFFFFF;border-top: 1px solid #FFFFFF;border-bottom: 1px solid #CCCCCC;border-collapse: collapse !important;">
    624                                     	<tr mc:repeatable>
    625                                         	<td align="center" valign="top" class="templateColumnContainer" style="padding-top: 20px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 260px;">
    626                                             	<table border="0" cellpadding="20" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse !important;">
    627                                                 	<tr id="pleftcolumn"></tr>
    628                                                 </table>
    629                                             </td>
    630                                         	<td align="center" valign="top" class="templateColumnContainer" style="padding-top: 20px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 260px;">
    631                                             	<table border="0" cellpadding="20" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse !important;">
    632                                                 	<tr id="prightcolumn"></tr>
    633                                                 </table>
    634                                             </td>
    635                                         </tr>
    636                                     </table>
    637                                     <!-- // END COLUMNS -->
    638                                 </td>
    639                             </tr>
    640                         	<tr>
    641                             	<td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
    642                                 	<!-- BEGIN FOOTER // -->
    643                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #FFFFFF;border-top: 1px solid #FFFFFF;border-collapse: collapse !important;">
    644                                         <tr>
    645                                             <td valign="top" class="footerContent" mc:edit="footer_content00" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #808080;font-family: Helvetica;font-size: 10px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: center;">
    646                                             	<a id="twitter-link" href="#" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #606060;font-weight: normal;text-decoration: underline;">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a id="facebook-link" href="#" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #606060;font-weight: normal;text-decoration: underline;">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a id="gplus-link" href="#" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #606060;font-weight: normal;text-decoration: underline;">+1 on Google Plus</a>&nbsp;
    647                                             </td>
    648                                         </tr>
    649                                     </table>
    650                                     <!-- // END FOOTER -->
    651                                 </td>
    652                             </tr>
    653                         </table>
    654                         <!-- // END TEMPLATE -->
    655                     </td>
    656                 </tr>
    657             </table>
    658         </center>
    659     </body>
    660 </html>