-moz and -webkit are both declared for the border-radius of the .badge class, but neither of these render in Opera. For these, we need to add the general rule:
border-radius:6px;
This will reconcile the rendering between Chrome, Firefox, Safari, and Opera.