I have a layout error on my page that I am unable to identify... needs a fresh pair of eyes I think...anyone? Here is the HTML <div> <div class="field40 bold center">Known</div> <div class="field10"></div> <div class="field130 bold center">Skill</div> <div class="field45 bold center">XP Spent</div> <div class="field10"></div> <div class="field40 bold center">Roll</div> </div> <div> <input class="field40 center sheet-block-switch" type="checkbox" name="attr_skacrobatics" value="1"> <div class="sheet-block-a"> <div class="field10"></div> <div class="field130 left">Acrobatics</div> <input class="field45 center" type="number" name="attr_skacrobaticsxp" value="0"> <div class="field10"></div> <input class="field40 center" type="number" name="attr_skacrobaticsroll" value="" readonly> </div> <div class="sheet-block-b"> <div class="field10"></div> <div class="field130 left">Acrobatics</div> <input class="field45 center" type="number" name="attr_skacrobaticsxp" value="0"> <div class="field10"></div> <input class="field40 center" type="number" name="attr_skacrobaticsroll" value="" readonly> <button type="roll" name="roll_acrobatics" title='acrobatics' value="&{template:default}{{name=@{character_name} makes an Acrobatics skill roll}}{{needing [[round(@{pre}/5)+9]] or less}}{{and rolls [[3d6cs>7cf<0]]}}"></button> </div> </div> <div> <input class="field40 center" type="checkbox" name="attr_skacting" value="1"> <div class="field10"></div> <div class="field130 left">Acting</div> <input class="field45 center" type="number" name="attr_skactingxp" value="0"> <div class="field10"></div> <input class="field40 center" type="number" name="attr_skactingroll" value="" readonly> </div> Here is a screenshot of the output...for some bizarre reason that I am totally blind to, the acrobatics line is out of alignment...