/** TemplateStyles for [[User:SDZeroBot/GAN sorting]] */
/* Show extract column in small font */
tbody tr td:nth-child(3) {
font-size: 85%;
}
/* Table colour coding */
.old { /* Older than 90 days */
background: #f8e6e5;
}
.recent { /* Between 30 and 90 days old */
background: #f4f4d6;
}
.new { /* Less than 30 days old */
background: #dffae0;
}
/* Table headers */
.date-header {
width: 5em;
}
.article-header {
width: 15em;
}
.nominator-header {
width: 8em;
}