<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-bordered table-striped table-condensed cf">
<thead class="cf">
<tr>
<th colspan="2" style="text-align:center; color: white; background-color:#295f89;">Shutdown Checklist</th>
</tr>
</thead>
<tbody>
<tr>
<td>Project Address: <input class="form-control transparent-input" type='text' name='projectAddress' required></td>
<td>Truck #: <input class="form-control transparent-input" type='text' name='truckNumber' required></td>
</tr>
<tr>
<td>Project Number: <input class="form-control transparent-input" type='text' name='projectNumber' required></td>
<td>Service Request #: <input class="form-control transparent-input" type='text' name='serviceRequest' required></td>
</tr>
<tr>
<td>Hours Worked: <input class="form-control transparent-input" type='text' name='hoursWorked' required></td>
<td>Technician(s): <input class="form-control transparent-input" type='text' name='techs' required></td>
</tr>
<tr>
<td>Mock-Shutdown Date: <input class="form-control transparent-input" type='text' name='mockShutdownDate' required></td>
<td>Shutdown Date: <input class="form-control transparent-input" type='text' name='shutdownDate' required></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="no-more-tables">