When viewing in Chrome, the stats display properly within the gray box at the bottom left corner.
However, when using Firefox, the stats appear positioned much lower below the box, with the bottom half of them hidden from view.
Here is my CSS code being used:
.stats_section {
position: relative;
opacity: 0.7;
height: 20px;
margin-top: -31px;
margin-left: 76px;
margin-bottom: 10px;
width: 24%;
}
Is there a way to adjust this CSS code so that it will work correctly on both browsers?