Hey Folks, Sorry about this. Sheet styling was getting sanitized but we've fixed that now. It was a change to something else in the system that was unrelated. This should be working as Stephen C. reported. Sorry for the delay on this. The Infamous RPG Group, Acct 8 - Superhero said: What in the world did yall do to the Masks CS? it was practically perfect (except it would be nice if the Playbooks had their moves), and now its all janked up. WTF??? vÍnce said: Stephen C. said: This is a very curious case. In the version of the sheet that is live right now, there are a number of checkboxes which are visible which shouldn't be. However, going into the HTML reveals that they do have the style="display: none;" attribute properly listed in each one of those elements. Furthermore, loading up the sheet into the custom sheet sandbox properly hides those checkboxes. It also does this in a game with a custom sheet. Using the exact same code, there are different results, depending on what is being used to view the sheet. That is very abnormal, and I didn't even know it was possible. The only thing that I can think of which would cause this is the way in which those attributes are used in the HTML elements. <input type='checkbox' name='attr_lock_playbook' class='sheet-lock' style="display: none;"> Both single quotes and double quotes should be acceptable, but perhaps there's something wonky going on when double quotes are used after single quotes? The reverse doesn't seem to be true, because in this checkbox, the value works properly (and shows up in the browser's Inspect tool, unlike the style). <input type="checkbox" name="attr_playbook" class="sheet-issoldier" value='Soldier' style="display: none;" /> This is rather insidious because you can't actually test out the fix, since everything looks fine in the custom sheet sandbox. But it may be worth a shot. Also, I can't see any reason why Akibi's changes would have led to this issue. Seems like sheet author StéphaneD also noticed inline styles being removed on the Live servers (specifically display: none) as well. <a href="https://app.roll20.net/forum/post/11906410/inline-styles-removed" rel="nofollow">https://app.roll20.net/forum/post/11906410/inline-styles-removed</a> Must have been a change by roll20. Might try adding class="hidden" instead of style="display: none;" I believe "hidden" is a system recognized class.