Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* only the p with the checkbox/status */
#app-wlist .app-wlist-stat {
	border-bottom: 1px dashed #aaa;
	font-size: 10px;
	line-height: 1.7em;
	margin: 0 5px;
}

/* refresh control */
#app-wlist input {
	vertical-align: bottom;
}

/* watchlist data */
#app-wlist table {
	border-spacing: 2px 0;
}

/* article rows, not date rows */
#app-wlist .app-wlist-data {
	vertical-align: baseline;
}

/* date & flags in article rows */
#app-wlist .app-wlist-data td:first-child {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 80%;
	padding-left: 1.6em;
}

/* flags in article rows */
#app-wlist .app-wlist-data td:first-child span {
	font-weight: bold;
	letter-spacing: 1px;
}