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.
/* keep superscript and subscript text from breaking the line-spacing */
#bodyContent sup {
    font-size: 14px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.6em;
}
#bodyContent sub {
    font-size: 14px;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

* { line-height: 1.3em !important }
a { text-decoration: none }
sup.reference, sup.reference a { font-size: 14px; }

/*
.mw-plusminus-pos {font-weight:normal;}
.mw-plusminus-neg {font-weight:normal;}
.mw-plusminus-null {font-weight:normal;}
*/

div#stub {margin-top: 1.25em}
div#stub + div#stub {margin-top: .25em}

a.stub:visited { color: #5a3696 }

span.synaesthesia1 {color: #f8eaba; background-color: #f8eaba}
span.synaesthesia2 {color: black; background-color: black}