so, the left side is what the sheet looks like in the sandbox, the right side is the sheet in the game. not sure what is happening here, the css is stuff like this table, th, td { text-align:center; padding: 3px; color: black; margin: 0 auto; border-collapse: collapse; border: 1px solid black; background-color:#efefef; font-size: 90%; } .sheet-general { text-align: center; overflow: auto; color: #444; margin: 3px auto; width: 80%; padding: 3px; border-radius: 10px; background-color: #ead8c2; border: 2px solid #857f5e; box-shadow: 0 4px 8px 0 rgba(133, 127, 94, 0.2), 0 6px 20px 0 rgba(153, 153, 153, 0.19); }