I have the following code
<table style="width: 100%;">
<tbody>
<tr>
<td style="width: 50%; border:1px solid #ccc!important; border-color:#000!important;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: 10px;"><em>Previous editions are obsolete</em></span></span></td>
<td style="width: 50%; border:1px solid #ccc!important; border-color:#000!important;">
<div style="text-align: right;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: 10px;">Credit Union Name:</span></span></div>
</td>
</tr>
</tbody>
</table>
in the output I am seeing gap between two table. Can anyone help me how to remove the gap between the two table.
