As an FYI, the state regulation pop-up can be formatted using html markup. For example, if you want to bold something, you can wrap the words in:
<b> Text to be emboldened </b>
Or if you want a line break to help space things out, you can use:
<br>
Example screenshot (taken from awogg test site)