<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">
<div class="no-more-tables">
<table class="col-md-12 table-bordered table-striped table-condensed cf" style="width:100%;">
<thead class="cf">
<tr>
<th colspan="3" style="text-align:center; color: white; background-color:#295f89;">General Information</th>
</tr>
</thead>
<tbody>
<tr>
<td>Quarter Section: <input class="form-control transparent-input" type='text' name='quarterSection' required></td>
<td colspan="2" >Manhole #: <input class="form-control transparent-input" type='text' name='manhole' required></td>
</tr>
<tr>
<td style="width:50%"></td>
<td style="text-align:center;" colspan="2">Purpose of Inspection:</td>
</tr>
<tr>
<td rowspan="2" style="vertical-align:top;">Depth:<input class="form-control transparent-input" type='text' name='depth' required></td>
<td>Odor Compliant <input type="checkbox" style="display:inline;width:20px" name='odorcompilant'/></td>
<td>Cover Issue <input type="checkbox" style="display:inline;width:20px" name='coverissue'/></td>
</tr>
<tr>
<td>Scheduled Cleaning <input type="checkbox" style="display:inline;width:20px" name='scheduledcleaning'/></td>
<td>Other <input type="checkbox" style="display:inline;width:20px" name='other1'/></td>
</tr>
<tr>
<td>Weather Conditions:
Dry <input type="radio" style="display:inline;width:20px" name='weatherConditions'>
Wet <input type="radio" style="display:inline;width:20px" name='weatherConditions'>
</td>