So, The textarea in my character sheet is out of whack with the rest of my elements, and I'm not sure why. Both the textarea seen in the bottom right and the input elements seen above it on the page have their width set to 100%. but the textarea extends to the edge of the background image, while the other elements do not. inspecting the html, I see that there's 10 px of padding that is built into the .charsheet as part of roll20's default CSS. All the other elements seem to be respecting it, but the textarea is not. What's going on?