<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">
<thead class="cf">
<tr>
<th colspan="4" style="text-align:center; color: white; background-color:#295f89;">Painting</th>
</tr>
</thead>
<tbody>
<tr>
<td>Was hydrant painted:</td>
<td>
Yes <input type="radio" style="display:inline;width:20px" name='hydranPainted'>
No <input type="radio" style="display:inline;width:20px" name='hydranPainted'>
</td>
<td>Was vegetation removal required?</td>
<td>
Yes <input type="radio" style="display:inline;width:20px" name='vegetationremovalRequired'>
No <input type="radio" style="display:inline;width:20px" name='vegetationremovalRequired'>
</td>
</tr>
<tr>
<td>If yes:</td>
<td>
Brushed <input type="radio" style="display:inline;width:20px" name='hydranPaintType'>
Sprayed <input type="radio" style="display:inline;width:20px" name='hydranPaintType'>
</td>
<td>Was site returned to original condition?</td>
<td>
Yes <input type="radio" style="display:inline;width:20px" name='siteReturned'>
No <input type="radio" style="display:inline;width:20px" name='siteReturned'>