/* Rules for the account settings page */
+#accountForm {
+ margin-top: 20px;
+}
+
#accountForm td {
padding-bottom: 10px;
}
font-weight: bold;
}
+.inbox-row .inbox-mark-read {
+ display: none;
+}
+
+.inbox-row-unread .inbox-mark-unread {
+ display: none;
+}
+
/* Rules for "flash" notice boxes shown at the top of the content area */
#error {