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.
.mw-editform #wpTextbox1
{
    max-height: none;
}

#wpTextbox1
{
    height: 27em;
}

#teahouseNavbar {display: block !important;}

.mm-submenu li {
    font-size: inherit !important;
}

.skin-vector #utcdate {
	width: 10em !important;
	margin-left: 0em !important;
}
/* Mark lint errors */
tt, center, dir, font, menu, xmp, strike {
	color: DarkRed !important;
	background: Pink !important;
}

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */

.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

body.page-Special_Contributions ul { list-style: decimal } to number

.mw-parser-output span.brokenref {
  display: inline;
}

/* Fix floating tabs */
#mw-navigation {
  display: flex;
  flex-direction: column;
}
#mw-head {
  order: 4;
}
#mw-panel {
  order: 1;
}
/*Remote the max-width settings in the vector-2022 skin */
/*.mw-page-container, 
.mw-workspace-container, 
.mw-content-container, 
.vector-sticky-header, 
.mw-article-toolbar-container 
	{
	    max-width: unset;
	}*/


#cat_a_lot {bottom:unset;top:0;max-height:15em;} #cat_a_lot_category_list {max-height:15em !important;} /* Move Cat-a-lot */

/* Make navpopups like like Page Previews */
.navpopup {font-size: 0.875em; color: #202122; max-width: 500px !important}
.popup_drop, .popupData {font-size: 0.8em}
.popup_mainlink {
  font-family: 'Linux Libertine','Georgia','Times',serif;
  font-size: 1.5em;
  font-weight: normal
}
.popupImage {padding: 0}
.popupImage img {
  height: fit-content;
  width: auto;
  margin: -10px -10px -5px 10px
}