Alrighty,
What I've done is add another class to that row
So, it's currently going to display as:
- <tr style="font-size:9pt;" ... class='MenuChoice progressionzone'>
<tr style="font-size:9pt;" ... class='MenuChoice progressionzone'>
You'll be able to override that text size by using .progressionzone class and the !important flag.
Like so:
- .progressionzone{
- font-size:7pt !important
- }
.progressionzone{
font-size:7pt !important
}