FiscalNote Table 15-1-27 - Microbeads

by Adam Nekola

HTML

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

<div id="graphic">
    <h1>States with pending microbead legislation</h1>
    <h2>Eleven states are currently weighing the future of microbeads; below are the deadlines at which they would be banned</h2>
    
    <table cellpadding="0" cellspacing="0">
        <thead><tr>
            <th>State</th><th>Personal Care</th>
            <th>OTC</th>
            </tr></thead>
        <tbody>
           <tr><td>Wyoming</td><td>2015</td><td>---</td></tr>
           <tr><td>Hawaii</td><td>2016</td><td>---</td></tr>
           <tr><td>Arkansas</td><td>2018</td><td>---</td></tr>
            <tr><td>Connecticut</td><td>2018</td><td>2019</td></tr>
           <tr><td>Indiana</td><td>2018</td><td>2019</td></tr>
           <tr><td>Maine</td><td>2018</td><td>2019</td></tr>
           <tr><td>Mississippi</td><td>2018</td><td>2019</td></tr>
           <tr><td>Vermont</td><td>2018</td><td>2019</td></tr>
           <tr><td>Arizona</td><td>2019</td><td>2020</td></tr>
           <tr><td>Virginia</td><td>2019</td><td>2020</td></tr>
           <tr><td>Washington</td><td>2019</td><td>2020</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;
    /*font-family: 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;
}
td:not(:first-of-type),
th:not(:first-of-type){
 text-align:center;   
}
}
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;
}