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.
/* Never Recolor Links */
/*a:visited {
	color: #0645ad;
}
.external:visited, .extiw:visited {
	color: #36b!important;
}

#mw-panel .portal .body li a:visited {
	color:#0645ad;
}
a.new:visited, #p-personal a.new:visited {
	color:#ba0000;
}*/

/* Invisible Options */
#tw-unlink, .page-Special_Watchlist .mw-rollback-link, #friendly-talkback {
	display: none;
}

/* Too much blue */
.flaggedrevs-color-1 {
	background-color: inherit;
}

/* CS1 errors and maint */
.mw-parser-output span.cs1-hidden-error {
	display: inline;
	color: #d38;
}
.mw-parser-output span.cs1-maint {
	display: inline;
}

/* Short Descriptions */

.shortdescription { 
	display:block !important;
	color: #54595d;
	font-size: 11.76px;
	margin-top: -5px;
	margin-left: 1em;
}

.shortdescription:first-of-type {
	margin-top: -20px;
}

.shortdescription:nth-last-of-type(2) {
	padding-top: 20px;
}

/* Tags change (T301063) */
.mw-tag-other-edits {
	display: none;
}

/* atom removal */
a#feed-atom {
    display: none;
}