/* Silktide flags Graduate Admissions for requiring horizontal scrolling to see text.  To fix this, this line of CSS adds a line break mid-word when necessary. */
body {
	overflow-wrap: break-word;
}