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.
/*Display title modifications - __NOINDEX__{{DISPLAYTITLE:User:Dreamy <i style="color:#d01e1e">Jazz</i>/common.css}}*/
div.portal-maintenance-status { display:block !important }
/*fix visual glitch with chrome for ombox, cannot be bothered raising it in the right place, so to make it look nicer fix the problem*/
/*table.ombox{border-collapse:separate;}*/
/*Show all citation errors*/
.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */
/* Show short description */
.shortdescription {
  display:block !important;
  white-space: pre-wrap;
}
.shortdescription::before { 
  content: "\A[Short description:\0020";
}
.shortdescription::after { 
  content: "]\A";
}
.afd-help-box { display: none !important; }
.rootpage-Wikipedia_Bots .brfa-help-box { display: none !important; }
#teahouseNavbar {display: block !important;} /* Adds the hidden host navbox to your Teahouse pages */
.mw-redirect {
color: #006633;
}
.mw-redirect:visited {
color: #009900;
}
.mw-redirect:hover {
color: #990000;
}
.mw-redirect:active {
color: #990000;
}
.user-blocked-indef.UHS-no-permissions {
	border: 0 !important;
}

@media screen and (min-width: 1200px) {
	.mw-page-container-inner {
	  grid-template-columns: 12rem minmax(0,1fr) !important;
	}
}

@media screen and (min-width: 1200px) {
	.vector-feature-page-tools-pinned-enabled .vector-column-end {
	  width: 12rem;
	}
}