Hi! I'm creating a new sheet with CSS Grid and Flexbox and after transferring the HTML document into the character sheet it seems that some additional classes are applied. E.g. if you look at the input element with the red box: <a href="https://abload.de/img/screen82ksi.png" rel="nofollow">https://abload.de/img/screen82ksi.png</a> It somehow gets the styling from a class called .largedialog that I don't use. In fact it just overwrites my own class (blue box) that would set the width to 40% instead of 100%. Where does the class come from and how can I disable the changes? Also I've noticed that there are some other classes unknown to me that you can see in the screenshot (.ui-dialog .characterviewer, .dialog) that seem to change some styles. What can I do against that? This is how it should look like (I hope the link is working): <a href="https://jsfiddle.net/2068cavz/#&togetherjs=8pA3kQuQdu" rel="nofollow">https://jsfiddle.net/2068cavz/#&togetherjs=8pA3kQuQdu</a> Greetings! PS: Also - why did the yellow space in the top and in the bottom disappear?