Thanks. I was able to remove that although hiding the “Spaces” column heading took a bit more digging into the CSS. Is there a way to limit the $type contained in this code:
<tr>
<?php foreach($collumns as $type => $name): ?>
<th class="em-bookings-ticket-table-<?php echo $type; ?>"><?php echo $name; ?></th>
<?php endforeach; ?>
</tr>