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.
/**
 * Asana Math is released under the SIL Open Font License.
 * http://mirrors.ctan.org/fonts/
 *
 * Feature requires Chrome Firefox  IE  Opera Safari
 * @namespace        1.0+   1.0+   9.0+  8.0+  1.0+
 * selector (|)      1.0+   1.0+   9.0+  8.0+  3.0+
 * MathML            n/a    1.5+   n/a   ?     ?
 */

/* @namespace url(http://www.w3.org/1999/xhtml); */
@namespace m url(http://www.w3.org/1998/Math/MathML);

@font-face {
	font-family: "Asana Math";
	src: local("Asana Math"), url(http://fred-wang.github.io/MathFonts/Asana/Asana-Math.woff);
}

m|math {
	font-family: "Asana Math";
}

/* text in a math tag is the same as serif outside the math tag */
m|mtext {
	font-family: "Linux Libertine", Georgia, Times, serif;
}
/*
.oldstylenumbers {
	font-variant-numeric: oldstyle-nums;   /* Recommended syntax
	font-feature-settings: 'onum';         /* OpenType feature syntax
	-moz-font-feature-settings: 'onum';    /* Gecko <= 33 syntax
	-webkit-font-feature-settings: 'onum'; /* Blink syntax
}

@font-feature-values Asana Math { @stylistic { calligraphic: 1; } }
m|*.calligraphic {
	font-variant-alternates: stylistic(calligraphic); /* Recommended syntax
	font-feature-settings: 'salt';                    /* OpenType feature syntax
	-moz-font-feature-settings: 'salt';               /* Gecko <= 33 syntax
	-webkit-font-feature-settings: 'salt';            /* Blink syntax
}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* box the messages */
#watchlist-message {
	border: 1px solid #aaa;
	margin-right: 1.6em;
	padding: 0.6em 1.6em;
}

/* less obnoxious geonotices; make regular watchlist messages the same */
#watchlist-message .geonotice,
#watchlist-message .watchlist-message {
	line-height: normal;
}

#watchlist-message .geonotice span,
#watchlist-message .watchlist-message {
	font-size: small;
}