User:SD0001/grid-styles.css
Appearance
/* Show extract column in small font */
tbody tr td:nth-child(3) {
font-size: 85%;
}
/* Fix layout in presence of cells with very long words (usually external links) */
.wikitable {
table-layout: fixed;
width: 100%;
}
/* Get rid of ugly empty box in NPP sorting pages, coming from [[Wikipedia:New pages patrol/Header]] */
div[style='border: 1px solid #eaecf0; border-top: none; padding: .5em 1em 1em 1em;'] {
display: none;
}