Within this table, there are three images: one on the left, one at the top center, and one on the right. The row for the image at the top center is set to 126px, however, the actual content image size is only 122px. I attempted to use overflow: hidden and assign a fixed height using CSS to the td element, but it still insists on being 126px tall.
You can see the issue with the box-shadow beneath the top center image. It should be directly below the image, not 4px lower.
I am currently stuck on this problem and hoping that someone else will notice the issue in just 10 seconds and provide assistance.