<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>
<div class="container">
<div class="row">
<h2>Battery life calculator</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Awake (mS)</th>
<th>Times (No/h)</th>
<th>Current (mA)</th>
<th>Current per hour (mA)</th>
<th>Current per year (mA)</th>
<th>Battery use (%)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="vert-align">Force all</td>
<td></td>
<td><input type="text" class="form-control" id="t_all" value=""></td>
<td></td>
<td class="vert-align"></td>
<td class="vert-align"></td>
<td class="vert-align"></td>
</tr>
<tr>
<td class="vert-align">Transmit</td>
<td><input type="text" class="form-control" id="mS_1" value="70"></td>
<td><input type="text" class="form-control t_force" id="t_1" value="12"></td>
<td><input type="text" class="form-control" id="mA_1" value="38"></td>
<td class="vert-align" id="mAh_1">1234</td>
<td class="vert-align may" id="mAy_1">12345</td>