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.
#teahouseNavbar {
	display: block !important;
}
/* This hides the rollback link when viewing my watchlist */
.mw-special-Watchlist .mw-rollback-link {
    display: none;
}
/* This hides the "block" link from every user's contribs in "View history" (link takes you to Special:Block, but in my experience is almost always a misclick) */
.mw-usertoollinks-block {
	display: none;
}
/* This stops me accidentally logging myself out. */
#pt-logout {
	display: none !important;
}

.userhighlighter_sysop {background-color: inherit !important;}
.userhighlighter_sysop:after {
	background-color: #00FFFF !important;
	content: "A";
    color: black;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_interface-admin {background-color: inherit !important;}
.userhighlighter_interface:after {
	background-color: #66DD66 !important;
	content: "IA";
    color: black;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_bureaucrat {background-color: inherit !important;}
.userhighlighter_bureaucrat:after {
	background-color: #5588FF !important;
	content: "B";
    color: white;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_steward {background-color: inherit !important;}
.userhighlighter_steward:after {
	background-color: #FF9933 !important;
	content: "S";
    color: white;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_oversight {background-color: inherit !important;}
.userhighlighter_oversight:after {
	background-color: #DD66DD !important;
	content: "OS";
    color: white;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_checkuser {background-color: inherit !important;}
.userhighlighter_checkuser:after {
	background-color: #FFFF00 !important;
	content: "CU";
    color: black;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_checkuser.userhighlighter_oversight:after {
	background-color: #a1f200 !important;
	content: "CUOS";
    color: black;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}

.userhighlighter_arbcom {background-color: inherit !important;}
.userhighlighter_checkuser.userhighlighter_oversight.userhighlighter_arbcom:after {
	content: "AC";
    color: white;
    background-color: #888888 !important;
    margin-left: 2px;
    vertical-align: super;
    font-size: 75%;
}
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */