<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS for the Education Program MediaWiki extension.
 * @see https://www.mediawiki.org/wiki/Extension:Education_Program
 * 
 * @licence GNU GPL v2+
 * @author Jeroen De Dauw &lt;jeroendedauw at gmail dot com&gt;
 */
 
td.TablePager_col__select {
	text-align: center;
}

/* see similar class in ep.formpage.css */
.pagerDeleteWarning {
	font-size: 1.2em;
	color: #aa2222;
	margin-bottom: 0.8em;
}</pre></body></html>