I'm currently in the very first steps of trying to create a Stars Without Number Revised sheet by jacking away at the Sprawl character sheet. I have previous, light, experience with HTML and CSS so this is also an exercise in refreshing myself with how it all works. I've integrated the skills present in SWN into the Sprawl sheet, but am trying to make them "look nice" so to speak. I want Three skills and their input/roll stuff to be present on each line. The following is EXTREMELY close to what I want: <a href="https://imgur.com/a/MNTEj" rel="nofollow">https://imgur.com/a/MNTEj</a> Notice that there are 3 skills on each line, starting with ADMINISTER. My issue with it is that the inputs and button aren't aligned. My ideal scenario is to have all text to remain exactly where it is, but have the inputs and buttons also aligned perfectly. This means the stuff next to all skills(besides Administer) need shifted to the right. My main attempt at remedying this was to set sheet-colTEST to 16% width, then <div> up the text away from the buttons. Unfortunately it did weird things. NOTE: I only divided up the first four skills, ADMINISTER, CONNECT, EXERT, and FIX. Since only 3 skills and their buttons can fit with 16% I assume this isn't the source of my problems. <a href="https://imgur.com/a/bgWGv" rel="nofollow">https://imgur.com/a/bgWGv</a> As noted in the comments, the inputs and button are now "higher" than the text, and I would prefer the inputs/buttons to be shifted closer to their respective texts(right now it appears that they align much closer to the next skill than the skill they are actually asssociated with. I expect the solution to this is simple, as I'm relearning html and css as I go. Any help would be appreciated!