Having an issue with the "1" form not extending to 100% width next to the "Tickets".
Here is a visual representation of the problem:
View how it currently looks here.
html:
<section id="main_content">
<div class="left inner">
<div class="grid_5 left tickets">
<div class="header">
<i class="icon-pushpin"></i>
New Tickets
<div class="count right"><span>6</span></div>
</div>
.... [Remaining code omitted for brevity]
custom.css
.container_100 { width:100%; min-width:600px; }
.grid_13 { width:13%; min-width:250px; }
.grid_100 { width:100%; }
styles.css
body { background:#eaedf1; }
a { color:#fff; text-decoration:none; }
.... [Remaining code omitted for brevity]