The two rules should go below the allow everything rule, since you will be having "Apply the action immediately on match." unchecked on the 3 rules. Rules are evaluated top to bottom, but with that unchecked (something you can only do on the floating rules), it will only apply the action from the last matching rule of that type, waiting until it hits the end of the rule list, a rule that matches and has that checked, or a regular rule from one of the tabs with an interface name.
It is kind of complicated to explain, but basically if you have "Apply the action immediately on match." unchecked on those 3 rules, the rules on the tabs for the interfaces or anywhere else can still override it. Some of the built-in hidden rules, like the default deny rule, are made this way. They are actually above other rules in the list, but allow other rules after them to match traffic and override them.