@@ -89,7 +89,7 @@
#price_table {
table-layout: fixed;
width: 100%;
- height: calc(100vh - 170px);
+ height: calc(100vh - 152px);
overflow: auto;
display: block;
margin-top: 30px;
@@ -288,7 +288,7 @@
</tbody>
<tfoot>
<tr class="tfoot">
- <td colspan="15"><a href="JavaScript:void(0);" class="btn" style="margin-top: 15px" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
+ <td colspan="15"><a href="JavaScript:void(0);" class="btn" style="margin-top: 5px" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
</tr>
</tfoot>
</table>