One of the things I noticed about the Character Sheet is that the Attributes (Strength, Dexterity etc) are located (at least to me) opposite to what I was expecting. To explain: I was expecting to see a BIG Font for the Attribute value itself... for example a Strengh of 17, and the modifier, I was expecting to have a +/- value that would be either next to or below the value. (See Violet colored Text below for what I was expecting). However, the actual is that the modifier takes up a rather larger amount of space and the actual attribute fits below it (Black font). I am just guessing here, but I suspect that this might be an error if only because of the way the CSS is labled on line 439: .sheet-attr { font-size: 40px; line-height: 40px; } When I modify the font-size it changes the attr-mod value's font size (not the attribute) as seen this preview: I guess to overview, I think it would look a whole lot better if the Attribute was bigger, and on top of the modifier and it seems that the CSS originally intended that but then the values were swapped somehow?