/* ==UserStyle==
@name           ILCS Readability
@namespace      Matthew Miner
@author         Matthew Miner
@description    `A style to improve the readability of the Illinois Compiled Statutes. The law is monospace and very narrow, so I roughly doubled its width and made it use the default serif font.The site uses a <em>very</em> hacky way to format something so simple and doesn't use any ids or even classes so there's only so much I can do, but this simple style improves readability a ton.`
@version        2.0
@license        CC0-1.0
==/UserStyle== */
@-moz-document domain("ilga.gov") {
    body>table>tbody>tr:nth-child(3)>td:nth-child(3)>table {
        width: 1000px
    }
    p>table {
        width: 900px;
    }
    font {
        font-family: serif;
        font-size: 100%;
    }
    br+code>font:last-child {
        font-style: italic;
        color: #404040;
        font-size: 80%;
    }
    code {
        white-space: normal;
	}
}
