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.
/* get rid of search button */
#searchButton {
	display: none;
}

/* CS1 error messages */
.citation-comments {
	display: inline !important;
}

#jswarning{display: none !important;}
#wpSummaryLabel small{display: none !important;}
.editpage-head-copywarn{display: none !important;}
#editpage-copywarn{display: none !important;}
#p-moodbar{display: none !important;}
#simpleSearch{width: 300px !important;}
#usercssjsyoucanpreview{display: none !important;}
#usercsspreview{display: none !important;}
#userjspreview{display: none !important;}
.cancelLink{display: none !important;}
.editHelp{display: none !important;}

a[accesskey]:after {
	content: "(" attr(accesskey) ")";
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 90%;
	color: #555;
	margin-left: 0.25ex;
}
#wpSummaryLabel:after {
	content: "(B)";
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 90%;
	color: #555;
	margin-left: 0.25ex;
}
#mw-editpage-minoredit:after {
	content: "(I)";
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 90%;
	color: #555;
	margin-left: 0.25ex;
}
#mw-editpage-watch:after {
	content: "(W)";
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 90%;
	color: #555;
	margin-left: 0.25ex;
}