<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<div class="no-more-tables">
<table class="col-md-12 table-condensed cf">
<thead class="cf">
<tr>
<th colspan="2" style=""><b><u>Hydrant Information</u></b></th>
</tr>
</thead>
<tbody>
<tr>
<td>ID: <input class="form-control transparent-input" type='text' name='ID' required></td>
<td>Description: <input class="form-control transparent-input" type='text' name='description' required></td>
</tr>
<tr>
<td>Location: <input class="form-control transparent-input" type='text' name='ID' required></td>
<td>Operational Status:
<input type="radio" style="display:inline;width:20px"/> In Service
<input type="radio" style="display:inline;width:20px"/> Out of Service
</td>
</tr>
<tr>
<td>Manufacturer: <input class="form-control transparent-input" type='text' name='manufacturer' required></td>
<td>Main Size: <input class="form-control transparent-input" type='text' name='mainSize' required></td>
</tr>
<tr>
<td>Year: <input class="form-control transparent-input" type='text' name='year' required></td>
<td>Model: <input class="form-control transparent-input" type='text' name='model' required></td>
</tr>
</tbody>
</table>
</div>