FiscalNote Table 15-1-23 - Football

by Adam Nekola

HTML

<script src="//use.typekit.net/zht7wtz.js"></script>
<script>try{Typekit.load();}catch(e){}</script>

<div id="graphic">
    <h1>Most common topics in bills related to &lsquo;football&rsquo;</h1>
    <h2>Of the 176 bills in current legislative sessions, most recognize achievements</h2>
    
    <table cellpadding="0" cellspacing="0">
        <thead><tr>
            <th>Topic</th><th># of bills</th>
            </tr></thead>
        <tbody>
           <tr><td>Commemorative</td><td>65</td></tr>
           <tr class="sub"><td>High School Team</td><td>49</td></tr>
           <tr class="sub"><td>Milestone</td><td>11</td></tr>
           <tr class="sub"><td>College Team</td><td>3</td></tr>
           <tr class="sub"><td>Soccer</td><td>2</td></tr>
           <tr><td>Memorial</td><td>17</td></tr>
           <tr><td>Tax</td><td>9</td></tr>
           <tr><td>Health and Safety</td><td>7</td></tr>
           <tr><td>Other Laws</td><td>7</td></tr>
           <tr><td>NCAA / College</td><td>6</td></tr>
           <tr><td>NFL</td><td>4</td></tr>
           <tr><td>Tangentially related</td><td>60</td></tr>
        </tbody>
    </table>
    
    <div id="credit">Source: FiscalNote Prophecy
        <img src="https://fiscalnote.com/assets/logos/logosmall_153-77918c53b25bc34c07e07f712e719d18.png"/>
    </div>
</div>

CSS

* {
    font-family: "proxima-nova",sans-serif;
}
h1 {
color: #333333;
line-height:125%;
font-size: 1.2em;
font-weight: bold;
}
h2 {
color: #aaa;
font-size: 0.9em;
line-height:135%;
font-weight: 100;
}
#graphic { width: 300px; }
#graphic .wide { width: 600px; }
#credit {
    padding: 10px;
    background:#f4f4f4;
    font-size:0.7em;
    line-height:20px;
    color:#aaa;
}
#credit img {
    height: 20px;
    width:auto;
    float:right;
}
table {
    width:100%;
    margin-bottom: 20px; 
    font-size:0.8em;
}
th {
    text-align: left;
    border-bottom:1px solid #bbb;
}
td,th {
padding:6px 5px 4px;
}
tbody tr td {
    border-bottom:1px dotted #ddd;
}
tbody tr:last-of-type td {
    border-bottom:0;
}
.sub {
    color: #666;
    background:#fafafa;
}
.sub td:first-of-type {
    padding-left:15px;
}