Index: src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php	(revision 9602)
+++ src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php	(working copy)
@@ -3,7 +3,7 @@
 		<thead>
 			<tr>
 				<th class="icon"></th>
-				<th><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-notifications" type="checkbox"></th>
+				<th class="bulk-select-all"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-notifications" type="checkbox"></th>
 				<th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th>
 				<th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th>
 				<th class="actions"><?php _e( 'Actions',    'buddypress' ); ?></th>
@@ -16,10 +16,10 @@
 
 				<tr>
 					<td></td>
-					<td><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"></td>
-					<td><?php bp_the_notification_description();  ?></td>
-					<td><?php bp_the_notification_time_since();   ?></td>
-					<td><?php bp_the_notification_action_links(); ?></td>
+					<td class="bulk-select-check"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"></td>
+					<td class="notification-descrip"><?php bp_the_notification_description();  ?></td>
+					<td class="notification-since"><?php bp_the_notification_time_since();   ?></td>
+					<td class="notification-actions"><?php bp_the_notification_action_links(); ?></td>
 				</tr>
 
 			<?php endwhile; ?>
