Just trying to indent optgroup blocks by nesting depth really, I\'ve tried a general margin-left rule, nested elements then trying to apply the same rule, tried
margin-left
Add to the css this:
option { text-indent: 10px; }
Done.