<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="tile">
<div class="wrapper">
<div class="header">E-WALLET</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col" colspan="2">Acc. Number</th>
<th scope="col" >BALNCE</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"colspan="2">INR 1947 - USER ID</th>
<td> 30000 RS <button type="button" class="btn btn-primary btn-sm">DEPOSITE</button> </td>
</tr>
<tr>
<th scope="row" colspan="2">USD 1947 - USER ID</th>
<td>1500 USD <button type="button" class="btn btn-primary btn-sm">DEPOSITE</button></td>
</tr>
<tr>
<th scope="row" colspan="2">EUR 1947 - USER ID</th>
<td>1000 EUR <button type="button" class="btn btn-primary btn-sm">DEPOSITE</button> </td>
</tr>