Two letters are opposite in the alphabet when they sit the same distance from the ends, such as A and Z or B and Y. A word is an opposite word if every alphabetic character can be paired with its opposite partner. Letter case does not matter, and non-letter symbols such as hyphens are ignored.
The first line contains the number of test cases n. Each of the next n lines contains one word.
For each word, print Yes if it is an opposite word and No otherwise, one per line.