So, check out this screenshot of a page I\'m working on in Chrome Developer Tools:
The top rule in \'Matched CSS Rules\' suggests that the width of the elemen
Since this is a display: inline element you can't set it's width. Try display: inline-block.
display: inline
display: inline-block