Index: bp-themes/bp-default/_inc/css/default.css
===================================================================
--- bp-themes/bp-default/_inc/css/default.css	(revision 2343)
+++ bp-themes/bp-default/_inc/css/default.css	(working copy)
@@ -828,9 +828,11 @@
 
 table.notification-settings {
 	margin-bottom: 20px;
+	text-align: left;
 }
-	table.notification-settings th.icon {
-		width: 35px;
+	table.notification-settings th.icon,
+	table.notification-settings td:first-child {
+		display: none;
 	}
 
 	table.notification-settings th.title {
@@ -839,6 +841,7 @@
 
 	table.notification-settings .yes, table.notification-settings .no {
 		width: 40px;
+		text-align: center;
 	}
 
 table.forum {