color: gray;
}
+/* Rules for the user list */
+
+#user_list {
+ width: 100%;
+ font-size: small;
+}
+
+#user_list tr {
+ vertical-align: center;
+}
+
+#user_list p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+#user_list_actions {
+ float: right;
+ margin-top: 10px;
+}
+
/* Rules for the account confirmation page */
div#contributorTerms {