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.
/* hide the interlanguage links, the "Privacy policy" etc. links, and the tagline "From Wikipedia, the free encyclopedia" */
div#langlinks, div#titlelinks, p.tagline { display: none; }
/* move coordinates from upper left to extreme top right */
span#coordinates {
  background-color: white;
  left: auto;
  right: 9px;
  top: 0;
}
/* suppress the grey border around Sitenotices and CentralNotices */
#siteNotice { border: none; }
/* add MonoBook-style grey border to the bottom of the article title */
h1#firstHeading {
  border-bottom: 1px solid #1D2951;
  margin-bottom: 0.5em;
}