diff --git a/include/staff/templates/tickets.tmpl.php b/include/staff/templates/tickets.tmpl.php
index 30c04f0117979b4f224edf71250a024c954b7d77..038ed8057ae237dd134423c16d3b0d6e057cb4c2 100644
--- a/include/staff/templates/tickets.tmpl.php
+++ b/include/staff/templates/tickets.tmpl.php
@@ -81,20 +81,20 @@ if ($results) { ?>
         <tr>
             <?php
             if (0) {?>
-            <th width="8px">&nbsp;</th>
+            <th width="4%">&nbsp;</th>
             <?php
             } ?>
-            <th width="70"><?php echo __('Ticket'); ?></th>
-            <th width="120"><?php echo __('Last Updated'); ?></th>
-            <th width="70"><?php echo __('Status'); ?></th>
-            <th width="380"><?php echo __('Subject'); ?></th>
+            <th width="10%"><?php echo __('Ticket'); ?></th>
+            <th width="18%"><?php echo __('Last Updated'); ?></th>
+            <th width="8%"><?php echo __('Status'); ?></th>
+            <th width="30%"><?php echo __('Subject'); ?></th>
             <?php
             if ($user) { ?>
-            <th width="125"><?php echo __('Department'); ?></th>
-            <th width="125"><?php echo __('Assignee'); ?></th>
+            <th width="15%"><?php echo __('Department'); ?></th>
+            <th width="15%"><?php echo __('Assignee'); ?></th>
             <?php
             } else { ?>
-            <th width="250"><?php echo __('User'); ?></th>
+            <th width="30%"><?php echo __('User'); ?></th>
             <?php
             } ?>
         </tr>
@@ -159,7 +159,7 @@ if ($results) { ?>
                         echo '<span class="faded-more" data-toggle="tooltip" title="'
                             .$T['collab_count'].'"><i class="icon-group"></i></span>';
                 ?>
-            </span></td>
+            </td>
             <?php
             if ($user) {
                 $dept = Dept::getLocalById($T['dept_id'], 'name', $T['dept__name']); ?>
@@ -172,7 +172,7 @@ if ($results) { ?>
             <td><a class="truncate" style="max-width:250px" href="users.php?id="<?php
                 echo $T['user_id']; ?>><?php echo Format::htmlchars($T['user__name']);
                     ?> <em>&lt;<?php echo Format::htmlchars($T['user__default_email__address']);
-                    ?>&gt;</em</a>
+                ?>&gt;</em></a>
             </td>
             <?php
             } ?>