Modify access rules
diff --git a/project.config b/project.config
index 4aa82d8..0b9e901 100644
--- a/project.config
+++ b/project.config
@@ -35,7 +35,6 @@
 	label-Code-Review = -2..+2 group Administrators
 	label-Code-Review = -2..+2 group Project Owners
 	label-Code-Review = -2..+1 group Change Owner
-	label-Code-Review = -2..+1 group Service Users
 	label-Code-Review = -1..+1 group Registered Users
 	label-Verified = -1..+1 group Administrators
 	label-Verified = -1..+1 group Project Owners
@@ -73,9 +72,6 @@
 	value = +2 Looks good to me, approved
 	defaultValue = 0
 	copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
-[submit-requirement "Code-Review"]
-	submittableIf = label:Code-Review=MAX AND -label:Code-Review=MIN
-	canOverrideInChildProjects = true
 [label "Verified"]
 	function = NoBlock
 	value = -1 Fails
@@ -83,11 +79,6 @@
 	value = +1 Verified
 	defaultValue = 0
 	copyCondition = changekind:NO_CODE_CHANGE
-[submit-requirement "Verified"]
-	description = CI result status for build and tests is passing
-	applicableIf = -branch:refs/meta/config
-	submittableIf = label:Verified=MAX AND -label:Verified=MIN
-	canOverrideInChildProjects = true
 [label "Code-Style"]
 	function = NoBlock
 	value = -1 Possible code style issues
@@ -95,11 +86,6 @@
 	value = +1 No obvious code style issues
 	defaultValue = 0
 	copyCondition = changekind:NO_CODE_CHANGE
-[submit-requirement "Code-Style"]
-	description = Code is properly formatted
-	applicableIf = -branch:refs/meta/config
-	submittableIf = -label:Code-Style=MIN
-	canOverrideInChildProjects = true
 [label "Verified-Integration"]
 	function = NoBlock
 	value = -1 Fails
@@ -107,11 +93,6 @@
 	value = +1 Verified
 	defaultValue = 0
 	copyCondition = changekind:NO_CODE_CHANGE
-[submit-requirement "Verified-Integration"]
-	description = Integration tests are passing
-	applicableIf = -branch:refs/meta/config
-	submittableIf = -label:Verified-Integration=MIN
-	canOverrideInChildProjects = true
 [change]
 	privateByDefault = false
 	workInProgressByDefault = false
@@ -121,3 +102,21 @@
 	accessDatabase = group Administrators
 	administrateServer = group Administrators
 	streamEvents = group Event Streaming Users
+[submit-requirement "Code-Review"]
+	submittableIf = label:Code-Review=MAX AND -label:Code-Review=MIN
+	canOverrideInChildProjects = true
+[submit-requirement "Verified"]
+	description = CI result status for build and tests is passing
+	applicableIf = -branch:refs/meta/config
+	submittableIf = label:Verified=MAX AND -label:Verified=MIN
+	canOverrideInChildProjects = true
+[submit-requirement "Code-Style"]
+	description = Code is properly formatted
+	applicableIf = -branch:refs/meta/config
+	submittableIf = -label:Code-Style=MIN
+	canOverrideInChildProjects = true
+[submit-requirement "Verified-Integration"]
+	description = Integration tests are passing
+	applicableIf = -branch:refs/meta/config
+	submittableIf = -label:Verified-Integration=MIN
+	canOverrideInChildProjects = true