<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,500,400italic,700,500italic' rel='stylesheet' type='text/css'>
$html2 = '<div class="col-md-3">
</div>
<div class="col-md-6">
<div class="panel panel-default" style="margin-top: 50px">
<div class="panel-heading ui-draggable-handle">
<h3 class="panel-title">TRANSACTION #'.$transaction->val->transaction_hash.'</h3>
</div>
<div class="panel-body" style="font-family: ubuntu">
<div class="block">
<form class="form-horizontal" role="form">
<div class="panel-body panel-body-pricing">
<h2>Confirm deposit address</h2>
<hr>
<table style="width: 100%">
<tbody>
<tr>
<h3>Please confirm your bitcoin address below. This address will be used for the deposit of your bitcoins. </h3>
</tr>
<tr>
<br>
<br>
<br>
<td width="40%"><h3 style="color: #828c95"><b>Bitcoin address</b></h3></td>
<td><h3 style="font-size: 20px">1KsBBsq8Qfm1RKVBht8ty6aGcqW41YwNPd</h3></td>
</tr>
</tbody>
</table>
</div>
</form>